From 08243e826be7508e3c92841cc332d3bd43357b00 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Wed, 12 Nov 2008 15:08:16 +0100 Subject: Make sure that text following the last news item appears most-left again. --- local.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'local.css') diff --git a/local.css b/local.css index bed6e5d7..1485b991 100644 --- a/local.css +++ b/local.css @@ -37,6 +37,11 @@ body padding: 1em; } +p +{ + clear: left; +} + hr { height: 1px; @@ -169,6 +174,10 @@ pre vertical height as is the item's title? */ margin-top: -10px; } +.newsitemcontent p +{ + clear: none; +} .table_style_1 -- cgit v1.2.3