From 4c7bd41a748494c20509b562acb27920a8d71ca5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 12 Mar 2003 20:31:02 +0000 Subject: - Made the xtemplate theme support the td.dark and tr.light tags emitted by the table rendering functions. - Made the font-size in the sidebar a bit smaller to avoid excessive wrapping. Requested by Al. --- themes/xtemplate/xtemplate.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/xtemplate/xtemplate.css b/themes/xtemplate/xtemplate.css index 0d5020921..5a5944413 100644 --- a/themes/xtemplate/xtemplate.css +++ b/themes/xtemplate/xtemplate.css @@ -9,6 +9,12 @@ body { body { font-size: 85%; } +tr.dark { + background-color: #ddd; +} +tr.light { + background-color: #fff; +} h1 { font-size: 1.2em; } @@ -97,6 +103,7 @@ img { } #sidebar { background-color: #ddd; + font-size: .9em; } #footer { background-color: #eee; -- cgit v1.2.3