X-Git-Url: https://git.donarmstrong.com/?p=don.git;a=blobdiff_plain;f=local.css;h=35e16359a6a6bdbf41ef672f9881cbc2a938e4c5;hp=83f2ce5d18f41245b9b7a137c0d9ca6a7146d87f;hb=7107b41ec8c1fcca260433e5e157d00b2aebd76e;hpb=c0e1fa4f327e73bb073e928729d6ff31852e6763 diff --git a/local.css b/local.css index 83f2ce5..35e1635 100644 --- 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,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;