]> sipb.mit.edu Git - ikiwiki.git/blobdiff - basewiki/style.css
* Patch from Recai to fix utf8 issues in git backend.
[ikiwiki.git] / basewiki / style.css
index a830afb6961268005612d1e0d4739e8f22aab873..c7988b7b7aa95d0c74b2da8db758c90783834cde 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. */
+.changeheader {
+       background: #eee;
+       color: black !important;
+}
+.changetime {
+       white-space: nowrap;
+}
+
 /* Used for adding a blog page. */
 #blogform {
        padding: 10px 10px;