diff options
Diffstat (limited to 'design/templates/archives')
-rw-r--r-- | design/templates/archives/map.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/design/templates/archives/map.html b/design/templates/archives/map.html index 0b43e6e..c82d602 100644 --- a/design/templates/archives/map.html +++ b/design/templates/archives/map.html @@ -9,23 +9,14 @@ Google Maps code ==============================================#} {% block extrahead %} - <!--[if lte IE 8]> - <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.ie.css" /> - <![endif]--> <script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script> <script type="text/javascript"> if (typeof L === "undefined") { document.write(unescape("%3Cscript src='/media/js/leaflet-0.7.3/leaflet.js' type='text/javascript'%3E%3C/script%3E")); -} </script> - <style> #map-canvas img{ border: none;} </style> - - - - {% endblock %} {%block bodyid%}id="map"{%endblock%} |