diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-12-06 16:55:08 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-12-06 16:55:08 +0000 |
commit | 1c45f07e574a78189adddc43fb5683f49cf73db2 (patch) | |
tree | 80a34616ace78ec32e95e26d9247c52373b94b84 | |
parent | 8c73699dfc287c23213360144b5285e8bf63fffb (diff) | |
download | brdo-1c45f07e574a78189adddc43fb5683f49cf73db2.tar.gz brdo-1c45f07e574a78189adddc43fb5683f49cf73db2.tar.bz2 |
- Only pad the table elements of certain tables.
-rw-r--r-- | themes/xtemplate/xtemplate.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/xtemplate/xtemplate.css b/themes/xtemplate/xtemplate.css index 31d4af038..baef82131 100644 --- a/themes/xtemplate/xtemplate.css +++ b/themes/xtemplate/xtemplate.css @@ -14,8 +14,8 @@ tr.dark { tr.light { background-color: #eee; } -td { - padding: 0.2em; +tr.dark td, tr.light td { + padding: 0.3em; } h1 { font-size: 1.2em; |