Drop pngfix.js
Don't need to support IE 6 anymore (<0.2% of users).
This commit is contained in:
parent
1688c361d4
commit
a62141ce7f
3 changed files with 1 additions and 27 deletions
|
@ -2,7 +2,6 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
||||
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"/>
|
||||
<%= javascript_include_tag "application" %>
|
||||
<!--[if lt IE 7]><%= javascript_include_tag "pngfix" %><![endif]--> <!-- thanks, microsoft! -->
|
||||
<%= stylesheet_link_tag "small-#{dir}", :media => "only screen and (max-width:641px)" %>
|
||||
<%= stylesheet_link_tag "large-#{dir}", :media => "screen and (min-width: 642px)" %>
|
||||
<%= stylesheet_link_tag "print-#{dir}", :media => "print" %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue