aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Angell <josh@supercooldesign.co.uk>2012-02-27 16:46:13 +0000
committerJosh Angell <josh@supercooldesign.co.uk>2012-02-27 16:46:13 +0000
commit450925ec58be918e56b2f52b4f2fad653fb01f44 (patch)
tree407e2191c3ca83564ed610c3586d5609cbb4a4a3
parent7b492694b8aca724817b50bf6210b5c0b24cde94 (diff)
Ie 6 fix for .issue-list-a
Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
-rw-r--r--web/cobrands/fixmystreet/base.scss7
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;