Use html5shiv for IE8 compatibility

This commit is contained in:
John Firebaugh 2013-11-15 10:37:27 -08:00
parent d920d94f69
commit b92cb5b772
4 changed files with 307 additions and 0 deletions

View file

@ -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)" %>