From 25588b5374d1de6d6386a4341dbf7f693c6610c7 Mon Sep 17 00:00:00 2001 From: hukl Date: Sun, 19 Jul 2009 13:36:37 +0200 Subject: scrollbars for pre elements which are too wide --- public/stylesheets/ccc.css | 4 ++++ 1 file changed, 4 insertions(+) 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 { color: #ff9600; } +pre { + overflow: auto; +} + div#wrapper { position: relative; width: 909px; -- cgit v1.3