summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;