diff options
-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 { |