summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2014-07-20 12:14:06 +0530
committerrsiddharth <rsiddharth@ninthfloor.org>2014-07-20 12:14:06 +0530
commitd4e39fe15bc2b98d64823b3d2746928993e6f5af (patch)
tree38e63d4363b91a3a0c074dfd5cb19690d5e0c31e
parentfd858dea020554d28089a49d774f055db5905eb6 (diff)
updated styling/style.css. <pre> uses overflow: auto instead of breaking words - neat.
-rw-r--r--styling/style.css4
1 files changed, 1 insertions, 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;