diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-06-15 02:01:21 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-06-15 02:01:21 +0000 |
commit | dfb5d43d0100b6d55b65428026cf3f65d3816644 (patch) | |
tree | c977af60e71e03320efd59be752754e5c91641bd /templates | |
parent | 50db0640ceab896fd823634d6387b1d0d7ef3e80 (diff) |
fixed numerous ie rendering errors
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 2 | ||||
-rw-r--r-- | templates/includes/map_entry_list_template.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index dfd5d8a..d41180c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -26,7 +26,7 @@ {%block stylesheet%}{%endblock%} <!--[if IE]><link rel="stylesheet" href="{{MEDIA_URL}}css/ie.css" type="text/css" media="screen, projection"><![endif]--> - + <!--[if lte IE 6]><link rel="stylesheet" href="{{MEDIA_URL}}css/ie6.css" type="text/css" media="screen, projection"><![endif]--> <link rel="shortcut icon" href="http://media.luxagraf.net/img/favicon.ico" diff --git a/templates/includes/map_entry_list_template.html b/templates/includes/map_entry_list_template.html index aae8950..11dc1da 100644 --- a/templates/includes/map_entry_list_template.html +++ b/templates/includes/map_entry_list_template.html @@ -72,7 +72,7 @@ function initialize() { mapTypeId: google.maps.MapTypeId.TERRAIN, disableDefaultUI: true, navigationControl: true, - navigationControlOptions: {style: google.maps.NavigationControlStyle.SMALL}, + navigationControlOptions: {style: google.maps.NavigationControlStyle.SMALL} }; //create map map = new google.maps.Map(document.getElementById('map-canvas'), mapOptions); |