aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/general/_responsive_stylesheets.html.erb
blob: e3c3660c4b1e6900a680411b113d3c9c7d68edc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!--[if LTE IE 7]>
<%= stylesheet_link_tag 'responsive/application-lte-ie7', :title => "Main", :rel => "stylesheet", :media => "all"  %>
<![endif]-->

<!--[if IE 8]>
<%= stylesheet_link_tag 'responsive/application-ie8', :title => "Main", :rel => "stylesheet", :media => "all" %>
<![endif]-->

<!--[if GT IE 8]><!-->
<%= stylesheet_link_tag 'responsive/application', :title => "Main", :rel => "stylesheet", :media => "all" %>
<!--<![endif]-->