diff options
author | Siri Reiter <siri@jones.dk> | 2009-03-31 03:50:28 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-03-31 03:50:28 +0200 |
commit | 4b9281f027746be8fe00add8cff448212e19ab10 (patch) | |
tree | 68cb07d7e986123e72a99c07f33967a1bd32d017 | |
parent | d9eb473b5d681dbdab9347ebbe93b486e3ae624d (diff) |
Place back-ground image position.
-rw-r--r-- | local.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -112,7 +112,7 @@ DIV#wrapper{ margin-right: 20%; background-image: url("hjerte.png"); background-repeat: no-repeat; - background-position: 100% 20%; + background-position: 100% 100px; } DIV#content { |