diff options
| author | hukl <contact@smyck.org> | 2009-07-19 13:36:37 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-07-19 13:36:37 +0200 |
| commit | 25588b5374d1de6d6386a4341dbf7f693c6610c7 (patch) | |
| tree | 5848f9fbecc3c1b5ef68824279803a959f5b859f | |
| parent | d2a71aa1ed9a417c7e2f0d12bffcca17c80649f1 (diff) | |
scrollbars for pre elements which are too wide
| -rw-r--r-- | public/stylesheets/ccc.css | 4 |
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 | ||
| 21 | pre { | ||
| 22 | overflow: auto; | ||
| 23 | } | ||
| 24 | |||
| 21 | div#wrapper { | 25 | div#wrapper { |
| 22 | position: relative; | 26 | position: relative; |
| 23 | width: 909px; | 27 | width: 909px; |
