From 3aefe67a1ef296b1538e7ef5389bb920f97f6680 Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 27 Aug 2006 05:24:58 +0000 Subject: avoid floating boxes running up against the line at the bottom of the page somewhat grody I think; relies on placement and type of tags display.. --- basewiki/style.css | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) (limited to 'basewiki') diff --git a/basewiki/style.css b/basewiki/style.css index 0dfab6e77..67c8ab1d1 100644 --- a/basewiki/style.css +++ b/basewiki/style.css @@ -31,15 +31,27 @@ padding: .2em .4em; } +#backlinks { + margin: 1em 0; +} + +.tags { + clear: both; +} + +div.tags { + border-top: 1px solid #000; +} + +#footer { + margin: 1em 0; +} + #searchform { display: inline; float: right; } -#content { - border-bottom: 1px solid #000; -} - #editcontent { width: 100%; } @@ -80,15 +92,8 @@ td.changelog { border: 1px solid #aaa; } -#backlinks { - margin: 1em 0; -} - -#footer { - margin: 1em 0; -} - .pageinfo { + clear: both; font-style: italic; display: block; } -- cgit v1.2.3