From 1a8b678b52a2e8ecc284338c759b222d6051b34d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 30 May 2003 21:25:32 +0000 Subject: [PATCH] - Small visual improvement to the admin tables. Patch by Al. --- misc/admin.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/misc/admin.css b/misc/admin.css index d99f234a202..cfa7ae90dbf 100644 --- a/misc/admin.css +++ b/misc/admin.css @@ -31,6 +31,9 @@ h3 { margin: 0; padding: 0 0 .5em 0; } +table { + border-collapse: collapse; +} th { text-align: left; color: #006; @@ -40,7 +43,7 @@ tr.dark { background-color: #ddd; } tr.light { - background-color: #fff; + background-color: #eee; } td { padding: 5px;