diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/default/css.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/views/default/css.php b/views/default/css.php index f30341b62..5e206cf52 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -152,6 +152,14 @@ pre, code { font-size:12px; background:#EBF5FF; overflow:auto; + + overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */ + white-space: pre-wrap; /* css-3 */ + white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ + white-space: -pre-wrap; /* Opera 4-6 */ + white-space: -o-pre-wrap; /* Opera 7 */ + word-wrap: break-word; /* Internet Explorer 5.5+ */ + } code { padding:2px 3px; |