diff options
author | Siri Reiter <siri@jones.dk> | 2010-12-27 21:06:03 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2010-12-27 21:06:03 +0100 |
commit | ff4d846b53b3f32204ae6be6edbfa5054b86bad5 (patch) | |
tree | 3353eec0396a0d099b014945633a35871ea457a4 | |
parent | ec01b62a4f420e17d647edb66b122d587ba47b5f (diff) |
Style: Background image position 50%.
-rw-r--r-- | local.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ DIV#branding { display: block; height: 100px; background-image: url(butterfly.png); - background-position: 40% 0; + background-position: 50% 0; background-repeat: no-repeat; } |