diff options
-rw-r--r-- | local.css | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -58,12 +58,14 @@ DIV.header span { } DIV.pageheader { - background-color: #9cf; + background-color: white; + height: 110px; + margin: 19px; } -DIV#branding { +DIV#branding-logo { position: fixed; - bottom: 5.5em; + top: 75px; right: 3%; } |