Apply styles to all media

There are some media dependent parts of styles already and anyway, it's better
to have at least some style to begin with.
This commit is contained in:
Michal Hrusecky 2013-07-15 12:22:57 +02:00
parent 11f75a16d2
commit d27b43f82d

View file

@ -6,7 +6,7 @@
%title= content_for?(:title) ? yield(:title) : "OSEM"
%meta{:content => "", :name => "description"}
%meta{:content => "", :name => "author"}
= stylesheet_link_tag "application"
= stylesheet_link_tag "application", :media => "all"
= javascript_include_tag "application"
= csrf_meta_tags
:javascript