From 5f6abd4811c2555176069992540f083c6ad5046a Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Mon, 3 Nov 2008 20:41:52 +0100 Subject: Style: background image (sr_logo) placed. --- local.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'local.css') diff --git a/local.css b/local.css index 6727292..975ca46 100644 --- a/local.css +++ b/local.css @@ -3,7 +3,11 @@ /* Add local styling here, instead of modifying style.css. */ body { - background: sr_logo.png no-repeat fixed right bottom; + background-color: transparent; + background-image: sr_logo.png; + background-repeat: no-repeat; + background-attachment: fixed; + background-position: right bottom; } div.header { -- cgit v1.2.3