diff options
author | Siri Reiter <siri@jones.dk> | 2010-10-13 18:13:41 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2010-10-13 18:13:41 +0200 |
commit | 75bbc8b6bf3443ee6ee6c4a6543363ab8516bb89 (patch) | |
tree | f245064cb795069e9d98af098b88dc8580dfac10 | |
parent | 1ee510b02c94f281ef6a5fd332393936668a37c2 (diff) |
Style: Footer at the bottom of the page.
-rw-r--r-- | local.css | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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; } |