diff options
author | Siri Reiter <siri@jones.dk> | 2010-12-14 21:54:41 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2010-12-14 21:54:41 +0100 |
commit | 23c6865ad1bd4a920db8736507faf7fb11b237bd (patch) | |
tree | 276c659902d6cbded3f8f4830527a6ca17af9890 /local.css | |
parent | 56f959cc6ea8cc334d4412834c73aaad12eb89cb (diff) | |
parent | 709db0a4c2626644c90bf62de4c0fe4d52de1a95 (diff) |
Merge branch 'master' of git://source.sirireiter.dk/bm/content
Diffstat (limited to 'local.css')
-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; } |