diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-07-04 10:06:45 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-07-04 10:06:45 +0100 |
commit | 06b94102ca6fad7e97cd2674a6f18e77ccad2598 (patch) | |
tree | f8683c0ffa59b09aaf6e77eb148fd8b8a59cc17a /web/js/map-OpenLayers.js | |
parent | 669d0d195c57b1bcbe91e367c4b5ed4e7ba4084b (diff) |
Tweak pin placement.
Diffstat (limited to 'web/js/map-OpenLayers.js')
-rw-r--r-- | web/js/map-OpenLayers.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/map-OpenLayers.js b/web/js/map-OpenLayers.js index e75746b92..daea80f65 100644 --- a/web/js/map-OpenLayers.js +++ b/web/js/map-OpenLayers.js @@ -64,7 +64,7 @@ YAHOO.util.Event.onContentReady('map', function() { graphicWidth: 32, graphicHeight: 59, graphicOpacity: 1, - graphicXOffset: -1, + graphicXOffset: -2, graphicYOffset: -59 }) }) |