diff options
author | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-08-21 07:33:26 +0000 |
---|---|---|
committer | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-08-21 07:33:26 +0000 |
commit | 2d16f38e093bcd2b55a350ffaa7df3e3204d2764 (patch) | |
tree | 8688a4f5417872cf3402165db6a3217914d8b10c /modules/system | |
parent | a4bbb1b909512c72ecf2b119c093193ed01c4b10 (diff) | |
download | brdo-2d16f38e093bcd2b55a350ffaa7df3e3204d2764.tar.gz brdo-2d16f38e093bcd2b55a350ffaa7df3e3204d2764.tar.bz2 |
#79346 by nickl. Improve CSS for tables.
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/system/system.css b/modules/system/system.css index 1daac9103..a489dc859 100644 --- a/modules/system/system.css +++ b/modules/system/system.css @@ -14,6 +14,17 @@ tr.even, tr.odd { td.active { background-color: #ddd; } +tbody { + border-top: 1px solid #ccc; +} +tbody th { + border-bottom: 1px solid #ccc; +} +thead th { + text-align: left; + padding-right: 1em; + border-bottom: 3px solid #ccc; +} /* ** Other common styles |