diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-02-08 03:56:24 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-02-08 03:56:24 +0100 |
commit | 1702e56fd6ae64e4c865abd4692b63d0f3113a3d (patch) | |
tree | fe47bedfb3f29a0f70ab15787dc473f5b0d44a80 /style.css | |
parent | e94ee656c624c9a4d7953696e71b81f8484fd10d (diff) |
Sync with ikiwiki 2.30.
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 48 |
1 files changed, 35 insertions, 13 deletions
@@ -70,27 +70,49 @@ img { border-style: none; } -/* Stuff for the RecentChanges table. */ -tr.changeheader { +div.recentchanges { + border-style: solid; + border-width: 1px; + overflow: auto; + width: 100%; background: #eee; color: black !important; } -tr.changeinfo { - background: #eee; +.recentchanges .metadata { + padding: 0px 0.5em; +} +.recentchanges .changelog { + font-style: italic; + clear: both; + display: block; + padding: 1px 2px; + background: white !important; color: black !important; } -th.changeheader { - padding: 1px .3em; +.recentchanges .desc { + display: none; +} +.recentchanges .committer { + float: left; + margin: 0; + width: 40%; } -td.changeinfo { - padding: 1px .3em; +.recentchanges .committype { + float: left; + margin: 0; + width: 5%; + font-size: small; } -td.changetime { - white-space: nowrap; - padding: 1px .3em; +.recentchanges .changedate { + float: left; + margin: 0; + width: 35%; + font-size: small; } -td.changelog { - font-style: italic; +.recentchanges .pagelinks { + float: right; + margin: 0; + width: 60%; } /* Used for adding a blog page. */ |