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