From 6f9f2d3c2d9996a704c3044c4b11590f733b0404 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 28 Nov 2011 10:07:39 -0800 Subject: [PATCH 1/1] * add float left/right --- local.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/local.css b/local.css index 83f2ce5..8ccd5d7 100644 --- a/local.css +++ b/local.css @@ -13,6 +13,14 @@ nav { display: block; } +#pagebody #content img:nth-of-type(odd) { + float: left; +} + +#pagebody #content img:nth-of-type(even) { + float: right; +} + .header { margin: 0; font-size: 140%; -- 2.39.2