mirror of https://github.com/apache/cloudstack.git
Add IE7-conditional CSS to index.jsp
This commit is contained in:
parent
c9e7f3a1c0
commit
275ee35efc
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue