diff options
author | Jonas Smedegaard <dr@jones.dk> | 2010-12-14 11:52:17 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2010-12-14 11:52:17 +0100 |
commit | 709db0a4c2626644c90bf62de4c0fe4d52de1a95 (patch) | |
tree | 5a0a9c663ea0404f07efe6f8cf00a1c6a5d3cfd4 | |
parent | 46ecad5db3289893ed304b63da094c0c18c41ae4 (diff) |
Style: Put action bar at bottom (between copyright and timestamp).
-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; } |