diff options
-rw-r--r-- | web/cobrands/fixmystreet/layout.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss index 7de292abd..9aa9af11e 100644 --- a/web/cobrands/fixmystreet/layout.scss +++ b/web/cobrands/fixmystreet/layout.scss @@ -735,7 +735,7 @@ textarea.form-error { } .ie6, .ie7 { #report-a-problem-sidebar { - top:5em; + left: 29em; // 0.5em left margin gone on .content in IE6/7, so reduce this accordingly. } } |