From: Tom Hughes Date: Wed, 3 Mar 2010 15:46:16 +0000 (+0000) Subject: Tidy up the stylesheets, removing lots of ancient, unused junk and X-Git-Tag: live~6290^2~52 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/318c7a9854f31bebd39eb8e90fbf11a95bfa8995 Tidy up the stylesheets, removing lots of ancient, unused junk and trying to group everything else together in more logical fashion. --- diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb index 8fb9beae1..7ee3cf938 100644 --- a/app/views/layouts/site.html.erb +++ b/app/views/layouts/site.html.erb @@ -7,9 +7,9 @@ <%= javascript_include_tag 'site' %> <%= stylesheet_link_tag 'common' %> - - <%= stylesheet_link_tag 'site-sml', :media => "only screen and (max-width: 481px)" %> - <%= stylesheet_link_tag 'site', :media => "screen and (min-width: 482px)" %> + + <%= stylesheet_link_tag 'small', :media => "only screen and (max-width: 481px)" %> + <%= stylesheet_link_tag 'large', :media => "screen and (min-width: 482px)" %> <%= stylesheet_link_tag 'print', :media => "print" %> <%= tag("link", { :rel => "search", :type => "application/opensearchdescription+xml", :title => "OpenStreetMap Search", :href => "/opensearch/osm.xml" }) %> <%= tag("meta", { :name => "description", :content => "OpenStreetMap is the free wiki world map." }) %> @@ -134,7 +134,7 @@ <%= h(t('layouts.make_a_donation.text')) %> -