From 9f9130a1cf0d343ed1b24187c086bfa938f73833 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Mon, 27 Dec 2010 20:50:45 +0100 Subject: Style: Add background image to branding. --- local.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'local.css') 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; -- cgit v1.2.3