summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2009-05-27 15:58:56 +0200
committerJonas Smedegaard <dr@jones.dk>2009-05-27 15:58:56 +0200
commit7b2180f4b665363c0f4ef2900e2e40ec69a9a28c (patch)
tree0d638d05e92b49e21c4ee4d4833a556b534cb287
parent509ccfe9d7b0e161dac385840e22949fdf46930f (diff)
Place branding logo bottom right, replacing background image.
-rw-r--r--local.css14
1 files 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;