summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-12-14 11:52:17 +0100
committerJonas Smedegaard <dr@jones.dk>2010-12-14 11:52:17 +0100
commit709db0a4c2626644c90bf62de4c0fe4d52de1a95 (patch)
tree5a0a9c663ea0404f07efe6f8cf00a1c6a5d3cfd4 /local.css
parent46ecad5db3289893ed304b63da094c0c18c41ae4 (diff)
Style: Put action bar at bottom (between copyright and timestamp).
Diffstat (limited to 'local.css')
-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;
}