From 9d2a7d2ee797f1e8118a6d0d875cc1eab4486cf6 Mon Sep 17 00:00:00 2001 From: elliottcable Date: Sun, 25 May 2008 16:12:28 -0800 Subject: [PATCH] Fixed the footer display bug --- prepped/design/main.css | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/prepped/design/main.css b/prepped/design/main.css index 9ebb096..f383433 100644 --- a/prepped/design/main.css +++ b/prepped/design/main.css @@ -23,8 +23,16 @@ h1 { } #footer { - position: absolute; - bottom: 10px; - right: 15px; + padding-right: 5px; + padding-left: 5px; + background: white; + position: fixed; + bottom: 0px; + right: 0px; font-size: 85%; +} + +#footer p { + margin: 0 !important; + padding: 0 !important; } \ No newline at end of file -- 2.11.4.GIT