]> git.donarmstrong.com Git - don.git/commitdiff
* use agimg type for images
authorDon Armstrong <don@donarmstrong.com>
Thu, 2 Feb 2012 20:18:30 +0000 (12:18 -0800)
committerDon Armstrong <don@donarmstrong.com>
Thu, 2 Feb 2012 20:18:30 +0000 (12:18 -0800)
local.css

index e9029ea22fc77087757a4d60a5b6a7d6bcc95747..35e16359a6a6bdbf41ef672f9881cbc2a938e4c5 100644 (file)
--- a/local.css
+++ b/local.css
@@ -17,12 +17,12 @@ nav {
         margin: 0.4em;
  }
 
-#pagebody #content p:nth-of-type(odd) img { 
+p:nth-of-type(odd) img.agimg { 
         float: left;
         clear: left;
 }
 
-#pagebody #content p:nth-of-type(even) img { 
+p:nth-of-type(even) img.agimg { 
         float: right;
         clear: right;
 }