diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-01-06 18:44:53 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-01-06 18:44:53 +0000 |
commit | f84b546af698e855452feb8dd376c7e3b98c37a1 (patch) | |
tree | 87d54b38472afb92717a6d17016bc063e4f5cd20 /misc | |
parent | 345a3a1fb255b4937cec482e6bbda2b7e53f208e (diff) | |
download | brdo-f84b546af698e855452feb8dd376c7e3b98c37a1.tar.gz brdo-f84b546af698e855452feb8dd376c7e3b98c37a1.tar.bz2 |
- Fixed bug #4922: made misc/drupal.css validate by removing some Mozilla
specific code.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/drupal.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/misc/drupal.css b/misc/drupal.css index 0ca9a8011..5435f93da 100644 --- a/misc/drupal.css +++ b/misc/drupal.css @@ -252,12 +252,6 @@ tr.dark td, tr.light td { padding-left: .4em; padding-right: .4em; } -pre { - white-space: pre-wrap; - white-space: -moz-pre-wrap; - white-space: -o-pre-wrap; - white-space: -pre-wrap; -} pre, code { font-size: 11px; } |