diff options
author | Jonas Smedegaard <dr@jones.dk> | 2009-05-27 15:58:56 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2009-05-27 15:58:56 +0200 |
commit | 7b2180f4b665363c0f4ef2900e2e40ec69a9a28c (patch) | |
tree | 0d638d05e92b49e21c4ee4d4833a556b534cb287 | |
parent | 509ccfe9d7b0e161dac385840e22949fdf46930f (diff) |
Place branding logo bottom right, replacing background image.
-rw-r--r-- | local.css | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -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; |