diff options
author | Struan Donald <struan@exo.org.uk> | 2012-04-30 18:14:30 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-04-30 18:14:30 +0100 |
commit | ec6cfcfa2408d80385ae58f6199fdca1edebe7ea (patch) | |
tree | 7cb2962ab73c8319185db5f7248917333e7c7f57 | |
parent | aa6f96db95a7f8a6a41a4bf56303cc8ae5860a6e (diff) |
remove gap at the top of the map
-rw-r--r-- | web/cobrands/barnet/position_map.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/cobrands/barnet/position_map.js b/web/cobrands/barnet/position_map.js index 3a8d8c078..08ad60a85 100644 --- a/web/cobrands/barnet/position_map.js +++ b/web/cobrands/barnet/position_map.js @@ -6,8 +6,8 @@ function position_map_box() { } $('#map_box').prependTo('.wrapper').css({ zIndex: 0, position: map_pos, - top: $('.wrapper').top, left: $('.wrapper').left, - right: $('.wrapper').right, bottom: $('.wrapper').bottom, + top: 0, left: $('.wrapper').left, + right: 0, bottom: $('.wrapper').bottom, width: '900px', height: map_height, margin: 0 }); |