From e059c9eff94ab37598d740cc5777e591216368a1 Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 4 Jul 2006 06:07:32 +0000 Subject: * Make RecentChanges use a table and some CSS, should be much more readable. No code changes involved. * Encode & in diffurl in examples, to conform to pedantic rules. --- basewiki/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'basewiki/style.css') diff --git a/basewiki/style.css b/basewiki/style.css index 8d51685fb..c7988b7b7 100644 --- a/basewiki/style.css +++ b/basewiki/style.css @@ -30,6 +30,15 @@ width: 100%; } +/* Stuff for the RecentChanges table. */ +.changeheader { + background: #eee; + color: black !important; +} +.changetime { + white-space: nowrap; +} + /* Used for adding a blog page. */ #blogform { padding: 10px 10px; -- cgit v1.2.3