X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/edfbbf7336a38162b2d996ebca21918a5d6039a0..c1cdddf11f363d24f7c18b3e9df15e1bde3c4302:/app/views/layouts/_head.html.erb?ds=inline diff --git a/app/views/layouts/_head.html.erb b/app/views/layouts/_head.html.erb index 32e5af198..377d55e9d 100644 --- a/app/views/layouts/_head.html.erb +++ b/app/views/layouts/_head.html.erb @@ -1,10 +1,9 @@ -
+<%= content_tag :head, :data => application_data do %> <%= javascript_include_tag "application" %> - <%= stylesheet_link_tag "small-#{dir}", :media => "only screen and (max-width:721px)" %> - <%= stylesheet_link_tag "large-#{dir}", :media => "screen and (min-width: 722px)" %> + <%= stylesheet_link_tag "screen-#{dir}", :media => "screen" %> <%= stylesheet_link_tag "print-#{dir}", :media => "print" %> <%= stylesheet_link_tag "leaflet-all", :media => "screen, print" %>