diff options
-rw-r--r-- | web/cobrands/fixmystreet/layout.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss index 47f7bb641..dbb5f54eb 100644 --- a/web/cobrands/fixmystreet/layout.scss +++ b/web/cobrands/fixmystreet/layout.scss @@ -231,6 +231,10 @@ body.mappage { } .ie6, .ie7 { body.mappage { + .container { + float: left; + width: 27em; + } .nav-wrapper{ z-index:1; .nav-wrapper-2 { |