diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-01-29 04:44:05 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-01-29 04:44:05 -0500 |
commit | 38e79f206edf7a6ae80fb2beeb026eadff0a4e0c (patch) | |
tree | 9082b7cfd72cef0a626d8092f986e810167836fa /doc/style.css | |
parent | a6a300f675737f2628e8e4e1845a363aad17a656 (diff) | |
download | ikiwiki-38e79f206edf7a6ae80fb2beeb026eadff0a4e0c.tar ikiwiki-38e79f206edf7a6ae80fb2beeb026eadff0a4e0c.tar.gz |
more style improvements
Diffstat (limited to 'doc/style.css')
-rw-r--r-- | doc/style.css | 48 |
1 files changed, 35 insertions, 13 deletions
diff --git a/doc/style.css b/doc/style.css index 0fa15d2b1..026d2c881 100644 --- a/doc/style.css +++ b/doc/style.css @@ -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. */ |