]> git.donarmstrong.com Git - don.git/blobdiff - local.css
* add float left/right
[don.git] / local.css
index 70890d5a3d526bb4669cda12e6dd75d0e5e86510..8ccd5d78e6fa6df8b57efa263ad795bb1b33d070 100644 (file)
--- a/local.css
+++ b/local.css
@@ -1,3 +1,4 @@
+/* -*- mode: css -*- */
 /* ikiwiki style sheet */
 
 /* Note that instead of modifying this style sheet, you can instead edit
@@ -12,6 +13,14 @@ nav {
        display: block;
 }
 
+#pagebody #content img:nth-of-type(odd) { 
+        float: left;
+}
+
+#pagebody #content img:nth-of-type(even) { 
+        float: right;
+}
+
 .header {
        margin: 0;
        font-size: 140%;
@@ -547,6 +556,8 @@ body {
        border-color: #999;
        border-style: none none solid none;
        border-width: 1px;
+        background-image: url('/images/da_background.jpg');
+        background-repeat: no-repeat;
 }
 
 .pageheader .header {