diff options
| -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; |
