summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2010-10-13 18:13:41 +0200
committerSiri Reiter <siri@jones.dk>2010-10-13 18:13:41 +0200
commit75bbc8b6bf3443ee6ee6c4a6543363ab8516bb89 (patch)
treef245064cb795069e9d98af098b88dc8580dfac10
parent1ee510b02c94f281ef6a5fd332393936668a37c2 (diff)
Style: Footer at the bottom of the page.
-rw-r--r--local.css7
1 files changed, 7 insertions, 0 deletions
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;
}