From b3c9d32ae1a10ef8516c62dec6da81c95ad5f9d5 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sun, 23 Apr 2006 10:58:00 +0000 Subject: [PATCH] Beautify a bit the footer, taking out that horrible standard 100px space! ;-) --- theme/wood/footer.html | 10 +++++----- theme/wood/styles_color.css | 7 ++++++- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/theme/wood/footer.html b/theme/wood/footer.html index d889f5344d..70cadc660a 100644 --- a/theme/wood/footer.html +++ b/theme/wood/footer.html @@ -2,12 +2,13 @@ diff --git a/theme/wood/styles_color.css b/theme/wood/styles_color.css index 9af6c0d66e..a686902f66 100644 --- a/theme/wood/styles_color.css +++ b/theme/wood/styles_color.css @@ -42,6 +42,10 @@ hr { border-top-color:#330000; } +div#footer { + margin-top: 5px; +} + /** Links defined here **/ .tablink a:link, @@ -119,7 +123,8 @@ div.header, h2.header, .sideblock .header, .forumpost, -.navbar { +.navbar, +#footer-bar { border-top:1px solid #FFCC99; border-left:1px solid #FFCC99; border-bottom:1px solid #330000; -- 2.39.5