]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - basewiki/style.css
* Make RecentChanges use a table and some CSS, should be much more readable.
[git.ikiwiki.info.git] / basewiki / style.css
index 8d51685fb7a97a7a2583e6a69320f7242ec251d3..c7988b7b7aa95d0c74b2da8db758c90783834cde 100644 (file)
        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;