diff options
-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; |