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