aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Mytton <self@hecticjeff.net>2013-08-12 17:11:34 +0100
committerChris Mytton <self@hecticjeff.net>2013-08-12 17:11:43 +0100
commitcbef264fc9bb7a14fd7f9f477290d566d1dbe3e9 (patch)
tree21aad63c26c120bfb9c1eb0ced51663fb5fa7bf9
parent82b6b51046517839cac5c89e4a85b43b429f11e9 (diff)
Fix styles for OCC map instructions
-rw-r--r--web/cobrands/oxfordshire/position_map.js3
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'
});
}