diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-05-21 09:55:27 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-05-21 09:55:27 +0200 |
commit | dbc7c627cc112ebd17b48396273a4423b66d1f7e (patch) | |
tree | 174eba1e0205a1aeb48a789b1ae82c41494ef27f /css | |
parent | e7f46155852cc35c338db0a9b5716ea1e5249717 (diff) | |
download | perl-software-in-gnu-guix-dbc7c627cc112ebd17b48396273a4423b66d1f7e.tar perl-software-in-gnu-guix-dbc7c627cc112ebd17b48396273a4423b66d1f7e.tar.gz |
dont specify hyphens auto, behavior/rendering varies between browsers
Diffstat (limited to 'css')
-rw-r--r-- | css/reveal.css | 4 |
1 files changed, 0 insertions, 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; } |