Commit 09afab04efa992bffa5b9993e9a0e3c126f4c87f

Lea Verou 2012-07-13T02:42:42

Merge branch 'gh-pages' of https://github.com/LeaVerou/prism into gh-pages

diff --git a/prism.css b/prism.css
index 06a5e4c..b33a1af 100644
--- a/prism.css
+++ b/prism.css
@@ -8,12 +8,17 @@
 	color: black;
 	direction: ltr;
 	text-align: left;
+	white-space: pre;
 	word-spacing: normal;
 	
 	-webkit-tab-size: 4;
 	-moz-tab-size: 4;
 	-o-tab-size: 4;
-	tab-size: 4;	
+	tab-size: 4;
+	-webkit-hyphens: none;
+	-moz-hyphens: none;
+	-ms-hyphens: none;
+	hyphens: none;
 }
 
 pre.prism {