From: Don Armstrong Date: Thu, 2 Feb 2012 20:18:30 +0000 (-0800) Subject: * use agimg type for images X-Git-Url: https://git.donarmstrong.com/?p=don.git;a=commitdiff_plain;h=7107b41ec8c1fcca260433e5e157d00b2aebd76e;ds=sidebyside * use agimg type for images --- diff --git a/local.css b/local.css index e9029ea..35e1635 100644 --- a/local.css +++ b/local.css @@ -17,12 +17,12 @@ nav { margin: 0.4em; } -#pagebody #content p:nth-of-type(odd) img { +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; }