diff options
Diffstat (limited to 'web')
-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; } } |