X-Git-Url: https://git.donarmstrong.com/?p=don.git;a=blobdiff_plain;f=local.css;h=3a1384fe0e43d4738e8d57fb4316c240674ced76;hp=c9428c34cf2348326ed04948b54c30da9d125a8d;hb=89b96767072c271a2be54fe3061e757c2466e323;hpb=3ca1cd6377810cdf903f604d2d7ee76a4297c12b diff --git a/local.css b/local.css index c9428c3..3a1384f 100644 --- a/local.css +++ b/local.css @@ -13,6 +13,20 @@ nav { display: block; } +#pagebody #content img { + margin: 0.4em; + } + +#pagebody #content p:nth-of-type(odd) img { + float: left; + clear: left; +} + +#pagebody #content p:nth-of-type(even) img { + float: right; + clear: right; +} + .header { margin: 0; font-size: 140%; @@ -548,7 +562,7 @@ body { border-color: #999; border-style: none none solid none; border-width: 1px; - background-image: /images/da_background.jpg; + background-image: url('/images/da_background.jpg'); background-repeat: no-repeat; }