CSS3 Media Queries for IE8

This commit is contained in:
touffies
2013-10-25 12:30:49 +02:00
parent a51868cc9b
commit ede3d95fad
2 changed files with 15 additions and 7 deletions

View File

@@ -18,6 +18,7 @@
<meta name="description" content="">
<meta name="generator" content="{intl l='Thelia V2'}">
<meta name="robots" content="index,follow">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
{block name="meta"}{/block}
@@ -27,6 +28,14 @@
{/stylesheets}
{block name="stylesheet"}{/block}
{* HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries *}
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
{javascripts file='assets/js/libs/respond.min.js'}
<script src="{$asset_url}"></script>
{/javascripts}
<![endif]-->
</head>
<body class="{block name="body-class"}{/block}" itemscope itemtype="http://schema.org/WebPage">
@@ -391,12 +400,5 @@
{javascripts file='assets/js/script.js'}
<script src="{$asset_url}"></script>
{/javascripts}
{* HTML5 shim, for IE6-8 support of HTML5 elements *}
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</body>
</html>