From: stronk7 Date: Sun, 23 Apr 2006 10:58:00 +0000 (+0000) Subject: Beautify a bit the footer, taking out that horrible standard 100px space! ;-) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b3c9d32ae1a10ef8516c62dec6da81c95ad5f9d5;p=moodle.git Beautify a bit the footer, taking out that horrible standard 100px space! ;-) --- 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;