X-Git-Url: https://git.donarmstrong.com/?p=don.git;a=blobdiff_plain;f=local.css;h=b3634abecbd4525a68272ce9122a9904194d9d10;hp=8ccd5d78e6fa6df8b57efa263ad795bb1b33d070;hb=a0cd02a7db2b8b4abaefca9f42e5c67e3264b96b;hpb=6f9f2d3c2d9996a704c3044c4b11590f733b0404 diff --git a/local.css b/local.css index 8ccd5d7..b3634ab 100644 --- a/local.css +++ b/local.css @@ -13,12 +13,18 @@ nav { display: block; } -#pagebody #content img:nth-of-type(odd) { +#pagebody #content img { + margin: 1em; + } + +#pagebody #content p:nth-of-type(odd) img { float: left; + clear: left; } -#pagebody #content img:nth-of-type(even) { +#pagebody #content p:nth-of-type(even) img { float: right; + clear: right; } .header {