From dbc7c627cc112ebd17b48396273a4423b66d1f7e Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Wed, 21 May 2014 09:55:27 +0200 Subject: [PATCH] dont specify hyphens auto, behavior/rendering varies between browsers --- css/reveal.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/css/reveal.css b/css/reveal.css index d10ff49..7f56e76 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -76,10 +76,6 @@ body { .reveal h4, .reveal h5, .reveal h6 { - -webkit-hyphens: auto; - -moz-hyphens: auto; - hyphens: auto; - word-wrap: break-word; line-height: 1; }