From af7c202e29173a8ef6f597f65dca32b547ca7e4a Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 28 Nov 2011 10:12:02 -0800 Subject: [PATCH 1/1] * use a p nth to swap images --- local.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.39.2