From: Don Armstrong Date: Mon, 28 Nov 2011 18:12:02 +0000 (-0800) Subject: * use a p nth to swap images X-Git-Url: https://git.donarmstrong.com/?p=don.git;a=commitdiff_plain;h=af7c202e29173a8ef6f597f65dca32b547ca7e4a * use a p nth to swap images --- diff --git a/local.css b/local.css index cf41b7e..8bf2b99 100644 --- a/local.css +++ b/local.css @@ -13,11 +13,11 @@ nav { display: block; } -img:nth-of-type(odd) { +#pagebody #content p:nth-of-type(odd) img { float: left; } -img:nth-of-type(even) { +#pagebody #content p:nth-of-type(even) img { float: right; }