From 7bb4fa2532ca80ecb66829ab5bf9688ed3a0188e Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Mon, 11 Oct 2010 14:26:35 +0200 Subject: Style: Text follows images with clear both in paragraph, not img. --- local.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/local.css b/local.css index f9a5427..3c300a9 100644 --- a/local.css +++ b/local.css @@ -10,6 +10,10 @@ body { background-position: right bottom; } +p { + clear: both; +} + h1, h2, h3 { color: darkgreen; } @@ -92,8 +96,6 @@ DIV#content { } DIV#content IMG { - display: block; - clear: both; float: left; margin: 0 25px 25px 0px; } -- cgit v1.2.3