X-Git-Url: https://git.donarmstrong.com/?p=don.git;a=blobdiff_plain;f=local.css;h=35e16359a6a6bdbf41ef672f9881cbc2a938e4c5;hp=8bf2b99c38db4a7f36a278d7589054d55ab8c337;hb=d4b41cae1c8f0bcabc802d15a5e8c04e93b4c494;hpb=af7c202e29173a8ef6f597f65dca32b547ca7e4a diff --git a/local.css b/local.css index 8bf2b99..35e1635 100644 --- a/local.css +++ b/local.css @@ -13,12 +13,18 @@ nav { display: block; } -#pagebody #content p:nth-of-type(odd) img { +#pagebody #content img { + margin: 0.4em; + } + +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; } .header { @@ -532,7 +538,7 @@ hr { } code, pre { - background: #eee; + background: #bcd; } 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;