]> sipb.mit.edu Git - ikiwiki.git/blobdiff - basewiki/style.css
* Make all pages pull in a local.css style sheet, if present. This won't
[ikiwiki.git] / basewiki / style.css
index abedf58055e7258393aed3a87bf4f1e2120eb7d5..0dfab6e77b68c2c56e825c909407d28321ccc9d2 100644 (file)
@@ -1,3 +1,9 @@
+/* ikiwiki style sheet */
+
+/* Note that instead of modifying this style sheet, you can instead create
+ * a local.css in your wiki, and override or change settings in this one.
+ */
+
 .header {
        margin: 0;
        font-size: 22px;
@@ -144,8 +150,18 @@ td.changelog {
        margin-left: 2ex;
        margin-top: 1ex;
        margin-bottom: 1ex;
-       padding: 2ex 2ex;
+       padding: 1ex 1ex;
+       border: 1px solid #aaa;
+}
+
+.notebox {
+       float: right;
+       margin-left: 2ex;
+       margin-top: 1ex;
+       margin-bottom: 1ex;
+       padding: 1ex 1ex;
        border: 1px solid #aaa;
+       width: 25%
 }
 
 /* outlines  */