diff options
author | Josh Angell <josh@supercooldesign.co.uk> | 2012-03-07 11:49:06 +0000 |
---|---|---|
committer | Josh Angell <josh@supercooldesign.co.uk> | 2012-03-07 11:49:06 +0000 |
commit | 7dc515c80fce5550c0734f7c8ff6d0524f522b36 (patch) | |
tree | c6dcbd77edab172ea8c93500770bfaa8014ffce6 | |
parent | f2a96ab5db921635b1bf8b7402812d12c7b1c941 (diff) |
yet more ie6 fixing
Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
-rw-r--r-- | web/cobrands/fixmystreet/layout.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss index e1971dbb0..9f76c4fbb 100644 --- a/web/cobrands/fixmystreet/layout.scss +++ b/web/cobrands/fixmystreet/layout.scss @@ -523,9 +523,9 @@ body.twothirdswidthpage { } .ie6 #sub_map_links #map_links_toggle { height:1.75em; - background:#000 url('images/ie_sprite.gif') center -341px no-repeat; + background:#000 url('images/ie_sub_map_links_sprite.gif') center -143px no-repeat; &.closed { - background-position: center -381px; + background-position: center -183px; } } |