diff options
-rw-r--r-- | web/cobrands/fixmystreet/base.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/base.scss b/web/cobrands/fixmystreet/base.scss index 75bc851b2..6b3a66233 100644 --- a/web/cobrands/fixmystreet/base.scss +++ b/web/cobrands/fixmystreet/base.scss @@ -874,11 +874,18 @@ a:hover.button-left { width:18em; } .img { + width:6.25em; float:right; } } } } +.ie6 .issue-list-a li a { + height:5.5em; + .img img { + height:60px; + } +} #map_box{ background: #333; |