]> sipb.mit.edu Git - ikiwiki.git/blobdiff - basewiki/style.css
on second though, just remove done patches
[ikiwiki.git] / basewiki / style.css
index c7988b7b7aa95d0c74b2da8db758c90783834cde..74186ab3b290444697272637f46d86a8a0eeccb0 100644 (file)
 }      
 
 /* 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. */