diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-09-24 21:33:47 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-09-24 22:06:41 +0100 |
commit | a43264a12e4339c7cda589368f9b493048eaf7fd (patch) | |
tree | 4c0dbf6c2fa918a4bb346dc6eb31722bdd3eec7d /web/cobrands/barnet/position_map.js | |
parent | 5b0500ee3a0f9660615999d568d2f7eec9cdc212 (diff) |
Various fixes to cobrands post zero content margin
Diffstat (limited to 'web/cobrands/barnet/position_map.js')
-rw-r--r-- | web/cobrands/barnet/position_map.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/barnet/position_map.js b/web/cobrands/barnet/position_map.js index 465d852ec..b2b7bf05a 100644 --- a/web/cobrands/barnet/position_map.js +++ b/web/cobrands/barnet/position_map.js @@ -9,7 +9,7 @@ function position_map_box() { zIndex: 0, position: map_pos, top: 1, left: $('.wrapper').left, right: 0, bottom: $('.wrapper').bottom + 1, - width: '898px', height: map_height, + width: '896px', height: map_height, margin: 0 }); } |