Browse Source

dont specify hyphens auto, behavior/rendering varies between browsers

Hakim El Hattab 11 years ago
parent
commit
dbc7c627cc
1 changed files with 0 additions and 4 deletions
  1. 0 4
      css/reveal.css

+ 0 - 4
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;
 }