]> git.donarmstrong.com Git - don.git/blobdiff - local.css
* decrease margin
[don.git] / local.css
index cf41b7e7fb4c17da5c5ded48831518b44c1c2cd9..3a1384fe0e43d4738e8d57fb4316c240674ced76 100644 (file)
--- a/local.css
+++ b/local.css
@@ -13,12 +13,18 @@ nav {
        display: block;
 }
 
-img:nth-of-type(odd) { 
+#pagebody #content img { 
+        margin: 0.4em;
+ }
+
+#pagebody #content p:nth-of-type(odd) img { 
         float: left;
+        clear: left;
 }
 
-img:nth-of-type(even) { 
+#pagebody #content p:nth-of-type(even) img { 
         float: right;
+        clear: right;
 }
 
 .header {