X-Git-Url: https://git.donarmstrong.com/?p=don.git;a=blobdiff_plain;f=local.css;h=35e16359a6a6bdbf41ef672f9881cbc2a938e4c5;hp=3a1384fe0e43d4738e8d57fb4316c240674ced76;hb=24664bb0f062167554450bfcaaa628908b44dc80;hpb=86fb76fadbf9ac76efdc43230d3b2a3c4b7876e4 diff --git a/local.css b/local.css index 3a1384f..35e1635 100644 --- 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; } @@ -538,7 +538,7 @@ hr { } code, pre { - background: #eee; + background: #bcd; } pre { @@ -558,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;