X-Git-Url: https://git.donarmstrong.com/?p=don.git;a=blobdiff_plain;f=local.css;h=b3634abecbd4525a68272ce9122a9904194d9d10;hp=4203d919289658137e0ad3e2df073f37e7104d07;hb=a0cd02a7db2b8b4abaefca9f42e5c67e3264b96b;hpb=94822a285f674b61a6dc11e278d4037ac7908271 diff --git a/local.css b/local.css index 4203d91..b3634ab 100644 --- a/local.css +++ b/local.css @@ -13,6 +13,20 @@ nav { display: block; } +#pagebody #content img { + margin: 1em; + } + +#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: http://www.donarmstrong.com/images/da_background.jpg; + background-image: url('/images/da_background.jpg'); background-repeat: no-repeat; }