]> git.donarmstrong.com Git - don.git/blobdiff - local.css
* make the code background slightly darker
[don.git] / local.css
index cf41b7e7fb4c17da5c5ded48831518b44c1c2cd9..a8a0774bdbe4dd8f1cf59ccf30547073703b5422 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 {
@@ -532,7 +538,7 @@ hr {
 }
 
 code, pre {
-       background: #eee;
+       background: #abc;
 }
 
 pre {
@@ -552,7 +558,7 @@ body {
        padding: 1em 2em;
        position: relative;
        overflow: hidden;
-       background: #eee;
+       background: #abc;
        border-color: #999;
        border-style: none none solid none;
        border-width: 1px;