From 723ebda4760d7e6bb848f1b1d39706f441d3f209 Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 6 Jul 2006 19:50:32 +0000 Subject: some stylesheet improvements for the table, also add a bit more border between items to avoid them running together in some cases --- basewiki/style.css | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'basewiki') diff --git a/basewiki/style.css b/basewiki/style.css index c7988b7b7..74186ab3b 100644 --- a/basewiki/style.css +++ b/basewiki/style.css @@ -31,12 +31,26 @@ } /* Stuff for the RecentChanges table. */ -.changeheader { +tr.changeheader { background: #eee; color: black !important; } -.changetime { +tr.changeinfo { + background: #eee; + color: black !important; +} +th.changeheader { + padding: 1px .3em; +} +td.changeinfo { + padding: 1px .3em; +} +td.changetime { white-space: nowrap; + padding: 1px .3em; +} +td.changelog { + font-style: italic; } /* Used for adding a blog page. */ -- cgit v1.2.3