From 1c45f07e574a78189adddc43fb5683f49cf73db2 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 6 Dec 2003 16:55:08 +0000 Subject: [PATCH] - Only pad the table elements of certain tables. --- themes/xtemplate/xtemplate.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/xtemplate/xtemplate.css b/themes/xtemplate/xtemplate.css index 31d4af0387a..baef821318c 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;