diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-03-07 12:42:52 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-03-07 12:42:52 +0000 |
commit | 8a9f7ce243fd36130c3ac4c171b8a66d06842f85 (patch) | |
tree | 2ad2a582cd9f8bc6afd00115e2cbedb1cb090dd1 | |
parent | f11cbd34cb24fe20a39361d945cf6cbc0c8356ee (diff) |
Margin left has been removed, so reduce this accordingly.
-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. } } |