diff options
-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; } |