From 75bbc8b6bf3443ee6ee6c4a6543363ab8516bb89 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Wed, 13 Oct 2010 18:13:41 +0200 Subject: Style: Footer at the bottom of the page. --- local.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'local.css') diff --git a/local.css b/local.css index 26e80f3..60fc45e 100644 --- a/local.css +++ b/local.css @@ -121,11 +121,18 @@ DIV.tags { display: none; } +DIV#footer { + position: fixed; + bottom: 0; + width: 100%; +} + div#pageinfo { margin: 15em 1em 1em; padding: 1em 0 0; border-top: 0; } + DIV.pageheader div.actions ul { border-bottom: 0; } -- cgit v1.2.3