From 7b2180f4b665363c0f4ef2900e2e40ec69a9a28c Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 27 May 2009 15:58:56 +0200 Subject: Place branding logo bottom right, replacing background image. --- local.css | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/local.css b/local.css index e4d13578..2d30a9f9 100644 --- a/local.css +++ b/local.css @@ -1,11 +1,3 @@ -body { - background-color: transparent; - background-image: url("bmlogo.png"); - background-repeat: no-repeat; - background-attachment: fixed; - background-position: 95% 92%; -} - H1, H2, H3 { @@ -52,6 +44,12 @@ DIV.pageheader { background-color: #9cf; } +DIV#branding { + position: fixed; + bottom: 5%; + right: 3%; +} + DIV#topbar { float: right; background-color: #9cf; -- cgit v1.2.3