]> 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 43570279d379c131f5515233891a833f16ae6006..c7988b7b7aa95d0c74b2da8db758c90783834cde 100644 (file)
        border-bottom: 1px solid #000;
 }
 
+#editcontent {
+       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;