summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2010-12-27 20:50:45 +0100
committerSiri Reiter <siri@jones.dk>2010-12-27 20:50:45 +0100
commit9f9130a1cf0d343ed1b24187c086bfa938f73833 (patch)
tree38909eae4812b7313c48b2b60cbc4e783f2a2a70 /local.css
parent67e2a108fa536b11948ebad1158547fe405f75df (diff)
Style: Add background image to branding.
Diffstat (limited to 'local.css')
-rw-r--r--local.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/local.css b/local.css
index cf4cb2e4..f9a62645 100644
--- a/local.css
+++ b/local.css
@@ -59,11 +59,17 @@ DIV.header span {
DIV.pageheader {
background-color: white;
- background-image: icon.png;
height: 110px;
margin: 19px;
}
+DIV#branding {
+ display: block;
+ height: 100px;
+ background-image: url(butterfly.png);
+ background-position: 40% 0;
+ background-repetition: no-repeat;
+}
DIV#branding-logo {
position: absolute;