diff options
-rw-r--r-- | local.css | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -81,6 +81,12 @@ DIV#branding-tagline A { font-size: 130%; } +DIV.actions { + z-index: 1; + position: fixed; + bottom: 2em; +} + DIV.topbar { float: right; background-color: #9cf; @@ -284,5 +290,5 @@ DIV.pagedate { DIV.pagecopyright, DIV.pagecopyright P { margin-top: 0; - margin-bottom: 0; + margin-bottom: 1em; } |