summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-07-19 13:36:37 +0200
committerhukl <contact@smyck.org>2009-07-19 13:36:37 +0200
commit25588b5374d1de6d6386a4341dbf7f693c6610c7 (patch)
tree5848f9fbecc3c1b5ef68824279803a959f5b859f
parentd2a71aa1ed9a417c7e2f0d12bffcca17c80649f1 (diff)
scrollbars for pre elements which are too wide
-rw-r--r--public/stylesheets/ccc.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css
index 9cd064f..a00377a 100644
--- a/public/stylesheets/ccc.css
+++ b/public/stylesheets/ccc.css
@@ -18,6 +18,10 @@ a:hover {
18 color: #ff9600; 18 color: #ff9600;
19} 19}
20 20
21pre {
22 overflow: auto;
23}
24
21div#wrapper { 25div#wrapper {
22 position: relative; 26 position: relative;
23 width: 909px; 27 width: 909px;