Add IE7-conditional CSS to index.jsp

This commit is contained in:
Brian Federle 2011-12-08 14:09:18 -08:00
parent c9e7f3a1c0
commit 275ee35efc
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@
<title>CloudStack</title>
<link type="text/css" rel="stylesheet" href="lib/reset.css"/>
<link type="text/css" rel="stylesheet" href="css/cloudstack3.css" />
<!--[if IE 7]>
<link type="text/css" rel="stylesheet" href="css/cloudstack3-ie7.css" />
<![endif]-->
</head>
<body>
<!-- CloudStack widget content -->