diff options
author | Siri Reiter <siri@jones.dk> | 2009-03-31 03:46:00 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-03-31 03:46:00 +0200 |
commit | b0c9c40a65f9bc87a3ade1c1ea053e3c87f6be75 (patch) | |
tree | c14cca51fb7dad6ceffe90ad3b046b8fc57d842f | |
parent | d4a2b61296cb74bb9afc1b69ea755491324caa9a (diff) |
Place back-ground image move to wrapper.
-rw-r--r-- | local.css | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 { |