]> 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 97b30fbf86b62854d17606665af931cae0df6788..c7988b7b7aa95d0c74b2da8db758c90783834cde 100644 (file)
@@ -1,11 +1,13 @@
-#header h1 {
+.header {
        margin: 0;
-       padding: 2px 0;
+       font-size: 22px;
+       font-weight: bold;
+       line-height: 1em;
 }
 
 #actions ul {
        margin: 0;
-       padding: 2px;
+       padding: 6px;
        list-style-type: none;
        border-bottom: 1px solid #000;
 }
        padding: .2em .4em;
 }
 
+#searchform {
+       display: inline;
+       float: right;
+}
+
 #content {
        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;
        border: 1px solid #aaa;
-       color: black !important;;
        background: #eee;
+       color: black !important;
+}
+
+.inlinepage {
+       padding: 10px 10px;
+       border: 1px solid #aaa;
 }
 
 #backlinks {