]> git.openstreetmap.org Git - rails.git/commitdiff
Remove reference to large screen stylesheet
authorTom Hughes <tom@compton.nu>
Mon, 9 Oct 2017 12:47:48 +0000 (13:47 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 9 Oct 2017 12:47:48 +0000 (13:47 +0100)
The separate large screen stylesheet was removed in 4dceacdeb but
we are still referencing it on Internet Explorer.

app/views/layouts/_head.html.erb

index 646d3c88a50d0b8206514e6d1106b22184962a1d..6fce3f01fc3d336ac1f81eb56295393ffa365037 100644 (file)
@@ -7,7 +7,6 @@
   <%= stylesheet_link_tag "print-#{dir}", :media => "print" %>
   <%= stylesheet_link_tag "leaflet-all", :media => "screen, print" %>
   <!--[if IE]>
   <%= stylesheet_link_tag "print-#{dir}", :media => "print" %>
   <%= stylesheet_link_tag "leaflet-all", :media => "screen, print" %>
   <!--[if IE]>
-    <%= stylesheet_link_tag "large-#{dir}", :media => "screen" %>
     <%= favicon_link_tag "favicon.ico" %>
   <![endif]-->
   <% [57, 60, 72, 76, 114, 120, 144, 152, 180].each do |size| -%>
     <%= favicon_link_tag "favicon.ico" %>
   <![endif]-->
   <% [57, 60, 72, 76, 114, 120, 144, 152, 180].each do |size| -%>