From d4e39fe15bc2b98d64823b3d2746928993e6f5af Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 20 Jul 2014 12:14:06 +0530 Subject: updated styling/style.css.
 uses overflow: auto instead of
 breaking words - neat.

---
 styling/style.css | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/styling/style.css b/styling/style.css
index 2095764..4de884b 100644
--- a/styling/style.css
+++ b/styling/style.css
@@ -83,9 +83,7 @@ pre {
 	display:block;
 	font-family:monospace;
 	font-size: 1.0em;
-	word-break:break-all;
-	word-wrap:break-word;
-	white-space:pre-wrap;
+	overflow:auto;
 	margin-top:5px;
 	margin-bottom:5px;
     padding:5px;
-- 
cgit v1.2.3