diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-05-01 11:31:41 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-05-01 11:31:41 +0100 |
commit | 740549720bd386550d63733cc3fd9eaeab39de91 (patch) | |
tree | 08669c8a380ffa9fa23839f434b987e552b09c81 | |
parent | ae9f44d7d08bed600d210d37a818fcf4d5e68627 (diff) |
Fix width of thumbnail issues images so displays in IE8.
-rw-r--r-- | web/cobrands/fixmystreet/_base.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/_base.scss b/web/cobrands/fixmystreet/_base.scss index 4ac6d7d59..ef60a8bef 100644 --- a/web/cobrands/fixmystreet/_base.scss +++ b/web/cobrands/fixmystreet/_base.scss @@ -849,6 +849,7 @@ a:hover.button-left { } .img { text-align:right; + width: 90px; img { height:auto; } |