From fe52c28bd660013563c55574bddfac28d132b8b9 Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 26 Apr 2007 19:33:28 +0000 Subject: * Move the footer div to enclose tags and links too. * More style sheet updates, remove the hack that used the tags div to create the footer border. --- doc/style.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'doc/style.css') diff --git a/doc/style.css b/doc/style.css index 0143b8fac..929934927 100644 --- a/doc/style.css +++ b/doc/style.css @@ -35,19 +35,17 @@ padding: .2em .4em; } -#backlinks { - margin: 1em 0; -} - .tags { clear: both; } -div.tags { +#footer { + clear: both; + margin: 1em 0; border-top: 1px solid #000; } -#footer { +#backlinks { margin: 1em 0; } -- cgit v1.2.3