diff options
author | Siri Reiter <siri@jones.dk> | 2010-12-27 20:53:47 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2010-12-27 20:53:47 +0100 |
commit | 0aa06d4eb03469cf0452aeb5d089b625c0b9e529 (patch) | |
tree | 8f68defca0f7662d7a2b7ce90efcd2562ef4fbf9 | |
parent | 9f9130a1cf0d343ed1b24187c086bfa938f73833 (diff) |
Style: Background image no-repeat.
-rw-r--r-- | local.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ DIV#branding { height: 100px; background-image: url(butterfly.png); background-position: 40% 0; - background-repetition: no-repeat; + background-repeat: no-repeat; } DIV#branding-logo { |