diff options
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 }); } |