summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2010-10-14 21:13:24 +0200
committerSiri Reiter <siri@jones.dk>2010-10-14 21:13:24 +0200
commitbd83d9914996580e765287c8f600e21ed2b36cfd (patch)
tree0c3c86e317a8d86fc4134537cc8d7af5efe49004 /local.css
parent6c0eea5878170f0712fe2222ec3f1af47013ceb6 (diff)
Style: Pageheader with branding-logo placed at top.
Diffstat (limited to 'local.css')
-rw-r--r--local.css8
1 files 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%;
}