From 7107b41ec8c1fcca260433e5e157d00b2aebd76e Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 2 Feb 2012 12:18:30 -0800 Subject: [PATCH] * use agimg type for images --- local.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.39.2