diff options
author | Chris Mytton <self@hecticjeff.net> | 2013-08-12 17:11:34 +0100 |
---|---|---|
committer | Chris Mytton <self@hecticjeff.net> | 2013-08-12 17:11:43 +0100 |
commit | cbef264fc9bb7a14fd7f9f477290d566d1dbe3e9 (patch) | |
tree | 21aad63c26c120bfb9c1eb0ced51663fb5fa7bf9 | |
parent | 82b6b51046517839cac5c89e4a85b43b429f11e9 (diff) |
Fix styles for OCC map instructions
-rw-r--r-- | web/cobrands/oxfordshire/position_map.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/cobrands/oxfordshire/position_map.js b/web/cobrands/oxfordshire/position_map.js index eb508b031..46ec3f0a4 100644 --- a/web/cobrands/oxfordshire/position_map.js +++ b/web/cobrands/oxfordshire/position_map.js @@ -33,7 +33,8 @@ function position_map_box() { right: oxfordshire_right, bottom: '', top: mb_y +'px', - width: map_box_width + width: '525px', + marginLeft: '400px' }); } |