Skip to content

Commit

Permalink
Merge pull request #653 from sul-dlss/print-stylez
Browse files Browse the repository at this point in the history
set stylesheet media to all (for print work), removes extraneous fonttag
  • Loading branch information
jchristo4 committed Aug 5, 2014
2 parents ab8e57c + a4438eb commit 81ef012
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/layouts/searchworks.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@
<title><%= render_page_title %></title>
<%= opensearch_description_tag application_name, opensearch_catalog_path(:format => 'xml', :only_path => false) %>
<%= favicon_link_tag asset_path('favicon.ico') %>
<%= stylesheet_link_tag "application" %>
<%= stylesheet_link_tag "application", media: "all" %>
<link href="https://www.stanford.edu/su-identity/css/su-identity.css" rel="stylesheet">
<%= stylesheet_link_tag "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700" %>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700' rel='stylesheet' type='text/css'>
<%= javascript_include_tag "application" %>
<!--[if lte IE 8]><%= javascript_include_tag 'flot/excanvas.min' %><![endif]-->
<%= csrf_meta_tags %>
Expand Down

0 comments on commit 81ef012

Please sign in to comment.