diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-06-17 18:13:03 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-06-17 18:13:03 +0000 |
commit | 328de12db539756529d52281427f4621223b8c85 (patch) | |
tree | 60be0094a2c33ab6b4ed26ea321caa196c3626cd /misc | |
parent | 282566271fefb55470490771810453cc391516f1 (diff) | |
download | brdo-328de12db539756529d52281427f4621223b8c85.tar.gz brdo-328de12db539756529d52281427f4621223b8c85.tar.bz2 |
- Made <pre> wrap. Patch #21 by Al.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/drupal.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/drupal.css b/misc/drupal.css index 38cb8b1a8..73ef4e412 100644 --- a/misc/drupal.css +++ b/misc/drupal.css @@ -76,4 +76,4 @@ th { text-align: left; padding-right: 1em; border-bottom: tr.dark { background-color: #ddd; } tr.light { background-color: #eee; } - +pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -o-pre-wrap; white-space: -pre-wrap;} |