X-Git-Url: https://git.donarmstrong.com/?p=don.git;a=blobdiff_plain;f=local.css;h=35e16359a6a6bdbf41ef672f9881cbc2a938e4c5;hp=b3634abecbd4525a68272ce9122a9904194d9d10;hb=ca652cfbd2e7c1f63cc8ac6a310b37cd0c8fafc0;hpb=a0cd02a7db2b8b4abaefca9f42e5c67e3264b96b diff --git a/local.css b/local.css index b3634ab..35e1635 100644 --- a/local.css +++ b/local.css @@ -14,15 +14,15 @@ nav { } #pagebody #content img { - margin: 1em; + 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;