From b0c9c40a65f9bc87a3ade1c1ea053e3c87f6be75 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Tue, 31 Mar 2009 03:46:00 +0200 Subject: Place back-ground image move to wrapper. --- local.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/local.css b/local.css index cff87d39..232c9e83 100644 --- a/local.css +++ b/local.css @@ -110,6 +110,9 @@ DIV#wrapper{ float: right; width: 60%; margin-right: 20%; + background-image: url("hjerte.png"); + background-repeat: no-repeat; + background-position: 90% 30%; } DIV#content { @@ -117,9 +120,6 @@ DIV#content { margin: 3em auto 1em; padding: 0; max-width: 50em; - background-image: url("hjerte.png"); - background-repeat: no-repeat; - background-position: 70% 30%; } DIV.notebox { -- cgit v1.2.3