Skip to content

Commit

Permalink
Add IE-specific CSS links
Browse files Browse the repository at this point in the history
  • Loading branch information
jhs committed Sep 1, 2008
1 parent c47a4a5 commit 2270614
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions console/console/view/templates/interface.html
Expand Up @@ -24,6 +24,15 @@
<link rel="icon" href="/favicon.ico">
<link type="text/css" rel="stylesheet" href="/console/static/style/google.css">
<link type="text/css" rel="stylesheet" href="/console/static/style/console.css">
<!--[if IE]>
<link type="text/css" rel="stylesheet" href="/console/static/style/ie.css">
<![endif]-->
<!--[if lte IE 6]>
<link type="text/css" rel="stylesheet" href="/console/static/style/ie6.css">
<![endif]-->
<!--[if IE 7]>
<link type="text/css" rel="stylesheet" href="/console/static/style/ie7.css">
<![endif]-->
<script type="text/javascript" src="/console/static/javascript/jquery-1.2.6.min.js"></script>
<script type="text/javascript" src="/console/static/javascript/console.js"></script>
<title>
Expand Down

0 comments on commit 2270614

Please sign in to comment.