]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - basewiki/style.css
web commit by joey
[git.ikiwiki.info.git] / basewiki / style.css
index a830afb6961268005612d1e0d4739e8f22aab873..74186ab3b290444697272637f46d86a8a0eeccb0 100644 (file)
@@ -1,4 +1,4 @@
-#header {
+.header {
        margin: 0;
        font-size: 22px;
        font-weight: bold;
        border-bottom: 1px solid #000;
 }
 
+#editcontent {
+       width: 100%;
+}      
+
+/* Stuff for the RecentChanges table. */
+tr.changeheader {
+       background: #eee;
+       color: black !important;
+}
+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. */
 #blogform {
        padding: 10px 10px;