From: joey Date: Thu, 6 Jul 2006 19:50:32 +0000 (+0000) Subject: some stylesheet improvements for the table, also add a bit more border X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/723ebda4760d7e6bb848f1b1d39706f441d3f209 some stylesheet improvements for the table, also add a bit more border between items to avoid them running together in some cases --- 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. */ diff --git a/templates/recentchanges.tmpl b/templates/recentchanges.tmpl index fe01822da..250e5de51 100644 --- a/templates/recentchanges.tmpl +++ b/templates/recentchanges.tmpl @@ -22,18 +22,18 @@ - - - + + + - - + + - - + -
usertimechangesusertimechanges
+ "> @@ -45,17 +45,15 @@
- +
-