]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/site.rhtml
Add a stylesheet targeted at print media to get nice printouts.
[rails.git] / app / views / layouts / site.rhtml
index f3cdc97873b41628185289a75e65a223fcae2354..7a11ae101563c84bfc57008a396037ea2db9b0f7 100644 (file)
@@ -5,6 +5,7 @@
     <%= javascript_include_tag 'site' %>
     <!--[if lt IE 7]><%= javascript_include_tag 'pngfix' %><![endif]--> <!-- thanks, microsoft! -->
     <%= stylesheet_link_tag 'site' %>
+    <%= stylesheet_link_tag 'print', :media => "print" %>
     <%= tag("link", { :rel => "search", :type => "application/opensearchdescription+xml", :title => "OpenStreetMap Search", :href => "/opensearch/osm.xml" }) %>
     <title>OpenStreetMap<%= ' | '+@title if @title %></title>
   </head>