]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - basewiki/style.css
* Add getopt hook type, this allows plugins to add new command-line options.
[git.ikiwiki.info.git] / basewiki / style.css
index a830afb6961268005612d1e0d4739e8f22aab873..f96e11ab0b6830bccda86b9640ef405426815f2e 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;
@@ -47,7 +74,7 @@
        margin: 1em 0;
 }
 
-#pageinfo {
+.pageinfo {
        font-style: italic;
 }