diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-10-11 11:56:45 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-10-11 11:56:45 +0000 |
commit | ecf5ed57d66a182ae0e269942169e0a6cf3a3912 (patch) | |
tree | ea0e91ed052d5e5f50b620d2624d2bff18141cb5 /misc | |
parent | 927d98d068fef158edab183ddcf5b0a371ab523c (diff) | |
download | brdo-ecf5ed57d66a182ae0e269942169e0a6cf3a3912.tar.gz brdo-ecf5ed57d66a182ae0e269942169e0a6cf3a3912.tar.bz2 |
- Patch #33587 by Richard Archer: make table headers wrap by default. Cleaner default, less prone for table-less themes.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/drupal.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/drupal.css b/misc/drupal.css index 16ee7362d..527eb1feb 100644 --- a/misc/drupal.css +++ b/misc/drupal.css @@ -25,7 +25,6 @@ th { text-align: left; padding-right: 1em; border-bottom: 3px solid #ccc; - white-space: nowrap; } th.active img { display: inline; |