From bd83d9914996580e765287c8f600e21ed2b36cfd Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Thu, 14 Oct 2010 21:13:24 +0200 Subject: Style: Pageheader with branding-logo placed at top. --- local.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/local.css b/local.css index dab53b65..494a170d 100644 --- a/local.css +++ b/local.css @@ -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%; } -- cgit v1.2.3