Use html5shiv for IE8 compatibility
This commit is contained in:
parent
d920d94f69
commit
b92cb5b772
4 changed files with 307 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
<head>
|
||||
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"/>
|
||||
<!--[if lt IE 9]><%= javascript_include_tag "html5shiv" %><![endif]-->
|
||||
<%= 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:721px)" %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue