Studio: adds in specific older IE support area into Sass/CSS architecture

This commit is contained in:
Brian Talbot
2013-10-01 15:04:08 -04:00
parent 95dd21738c
commit b7594142fc
4 changed files with 29 additions and 2 deletions

View File

@@ -3,7 +3,10 @@
<%namespace name='static' file='static_content.html'/>
<!doctype html>
<html>
<!--[if IE 7]><html class="ie7 lte9 lte8 lte7"><![endif]-->
<!--[if IE 8]><html class="ie8 lte9 lte8"><![endif]-->
<!--[if IE 9]><html class="ie9 lte9"><![endif]-->
<!--[if gt IE 9]><!--><html><!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">