]> git.donarmstrong.com Git - don.git/blobdiff - local.css
* fix image link
[don.git] / local.css
index 4203d919289658137e0ad3e2df073f37e7104d07..3a1384fe0e43d4738e8d57fb4316c240674ced76 100644 (file)
--- a/local.css
+++ b/local.css
@@ -13,6 +13,20 @@ nav {
        display: block;
 }
 
+#pagebody #content img { 
+        margin: 0.4em;
+ }
+
+#pagebody #content p:nth-of-type(odd) img { 
+        float: left;
+        clear: left;
+}
+
+#pagebody #content p:nth-of-type(even) img { 
+        float: right;
+        clear: right;
+}
+
 .header {
        margin: 0;
        font-size: 140%;
@@ -548,7 +562,7 @@ body {
        border-color: #999;
        border-style: none none solid none;
        border-width: 1px;
-        background-image: http://www.donarmstrong.com/images/da_background.jpg;
+        background-image: url('/images/da_background.jpg');
         background-repeat: no-repeat;
 }