diff options
-rw-r--r-- | web/cobrands/barnet/barnet.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/cobrands/barnet/barnet.scss b/web/cobrands/barnet/barnet.scss index b7aabb7c4..82dc8ff65 100644 --- a/web/cobrands/barnet/barnet.scss +++ b/web/cobrands/barnet/barnet.scss @@ -53,8 +53,8 @@ body > html {font-size: 12px;} /* IE6 ignore the second #foo.bar rule so we have to fudge it another way */ .ie6 { .mappage { - .wrapper { - margin: 0 0 0 -232px; + #content { + margin: 0 0 0 0px; overflow: hidden; float: left; display: inline; |