diff options
author | Siri Reiter <siri@jones.dk> | 2009-03-31 03:47:25 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-03-31 03:47:25 +0200 |
commit | d9eb473b5d681dbdab9347ebbe93b486e3ae624d (patch) | |
tree | d8026c91a3b062f2cc5d250dbb672ac38911c48a | |
parent | b0c9c40a65f9bc87a3ade1c1ea053e3c87f6be75 (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: 90% 30%; + background-position: 100% 20%; } DIV#content { |