aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-05-01 16:05:56 +0100
committerStruan Donald <struan@exo.org.uk>2012-05-01 16:05:56 +0100
commit6de4b1ca41697063b525ec854db98e6991a5fd70 (patch)
treeda50453b0116d3d82474b140ecf13917991b561c
parente1329874f7112b3113e826a72ce6b7effa909bef (diff)
better fix for the mappage content width in ie6
-rw-r--r--web/cobrands/barnet/barnet.scss4
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;