From 709db0a4c2626644c90bf62de4c0fe4d52de1a95 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 14 Dec 2010 11:52:17 +0100 Subject: Style: Put action bar at bottom (between copyright and timestamp). --- local.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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; } -- cgit v1.2.3