summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2010-12-14 21:54:41 +0100
committerSiri Reiter <siri@jones.dk>2010-12-14 21:54:41 +0100
commit23c6865ad1bd4a920db8736507faf7fb11b237bd (patch)
tree276c659902d6cbded3f8f4830527a6ca17af9890
parent56f959cc6ea8cc334d4412834c73aaad12eb89cb (diff)
parent709db0a4c2626644c90bf62de4c0fe4d52de1a95 (diff)
Merge branch 'master' of git://source.sirireiter.dk/bm/content
-rw-r--r--local.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/local.css b/local.css
index f2907363..cf4cb2e4 100644
--- a/local.css
+++ b/local.css
@@ -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;
}