diff options
| -rw-r--r-- | django/contrib/gis/templates/gis/admin/openlayers.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/django/contrib/gis/templates/gis/admin/openlayers.html b/django/contrib/gis/templates/gis/admin/openlayers.html index 9ba1bd0c1e..5d565f0d71 100644 --- a/django/contrib/gis/templates/gis/admin/openlayers.html +++ b/django/contrib/gis/templates/gis/admin/openlayers.html @@ -14,15 +14,6 @@ background-repeat: no-repeat; } </style> -<!--[if IE]> -<style type="text/css"> - /* This fixes the mouse offset issues in IE. */ - #{{ id }}_admin_map { position: static; vertical-align: top; } - /* `font-size: 0` fixes the 1px border between tiles, but borks LayerSwitcher. - Thus, this is disabled until a better fix is found. - #{{ id }}_map { width: {{ map_width }}px; height: {{ map_height }}px; font-size: 0; } */ -</style> -<![endif]--> {% endblock %} <span id="{{ id }}_admin_map"> <script> |
