]> git.donarmstrong.com Git - don.git/blobdiff - local.css
add uuasc talk
[don.git] / local.css
index c9428c34cf2348326ed04948b54c30da9d125a8d..35e16359a6a6bdbf41ef672f9881cbc2a938e4c5 100644 (file)
--- a/local.css
+++ b/local.css
@@ -13,6 +13,20 @@ nav {
        display: block;
 }
 
+#pagebody #content img { 
+        margin: 0.4em;
+ }
+
+p:nth-of-type(odd) img.agimg { 
+        float: left;
+        clear: left;
+}
+
+p:nth-of-type(even) img.agimg { 
+        float: right;
+        clear: right;
+}
+
 .header {
        margin: 0;
        font-size: 140%;
@@ -524,7 +538,7 @@ hr {
 }
 
 code, pre {
-       background: #eee;
+       background: #bcd;
 }
 
 pre {
@@ -544,11 +558,11 @@ body {
        padding: 1em 2em;
        position: relative;
        overflow: hidden;
-       background: #eee;
+       background: #abc;
        border-color: #999;
        border-style: none none solid none;
        border-width: 1px;
-        background-image: /images/da_background.jpg;
+        background-image: url('/images/da_background.jpg');
         background-repeat: no-repeat;
 }