diff options
author | Torsten Grote <grote@kolabsys.com> | 2012-09-12 12:14:12 (GMT) |
---|---|---|
committer | Torsten Grote <grote@kolabsys.com> | 2012-09-12 12:14:12 (GMT) |
commit | c1fcfac2d98da5256ce1bafd9423af852f5d7bf6 (patch) | |
tree | 12217d973b3be2ab4505966c448c8fd91c957f3a /kolab.org/www/drupal-7.15/sites/all | |
parent | a3722f1d9791714dff2f8d4ab6ad81bc72fc5d97 (diff) | |
download | kolab.org-www-c1fcfac2d98da5256ce1bafd9423af852f5d7bf6.tar.gz |
changed pre white space handling
Diffstat (limited to 'kolab.org/www/drupal-7.15/sites/all')
-rw-r--r-- | kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css index e3b0846..84df8f0 100644 --- a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css +++ b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css @@ -176,7 +176,7 @@ pre { background: #DEDEDE; margin: 1.5em 0; padding: 10px; - white-space: normal; + white-space: pre-wrap; } pre, code, tt { |