diff options
author | Siri Reiter <siri@jones.dk> | 2010-12-27 20:50:45 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2010-12-27 20:50:45 +0100 |
commit | 9f9130a1cf0d343ed1b24187c086bfa938f73833 (patch) | |
tree | 38909eae4812b7313c48b2b60cbc4e783f2a2a70 | |
parent | 67e2a108fa536b11948ebad1158547fe405f75df (diff) |
Style: Add background image to branding.
-rw-r--r-- | local.css | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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; |