From 98a99086ac8756154919bab52b54c15332e4d098 Mon Sep 17 00:00:00 2001
From: Hakim El Hattab
Date: Sun, 3 Feb 2013 01:02:51 -0500
Subject: fix word breaks in headers (closes #321)

---
 css/reveal.css | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'css/reveal.css')

diff --git a/css/reveal.css b/css/reveal.css
index de7aefb..0fc8ecb 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -77,8 +77,7 @@ body {
 	   -moz-hyphens: auto;
 	        hyphens: auto;
 
-	word-break: break-all;
-	word-break: break-word;
+	word-wrap: break-word;
 }
 
 .reveal h1 { font-size: 3.77em; }
-- 
cgit v1.2.3