Skip to content

Commit

Permalink
set stylesheets to media all
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Aug 4, 2014
1 parent 1334888 commit 997a707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/layouts/blacklight.html.erb
Expand Up @@ -16,10 +16,10 @@
<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" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>
<%= content_for(:head) %>
<%= content_for(:head) %>

<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
Expand Down

0 comments on commit 997a707

Please sign in to comment.