1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-05 04:39:17 +00:00

add special stylesheet for ie7

This commit is contained in:
Andrew Dolgov
2007-04-29 06:41:06 +01:00
parent b24a05ccb9
commit 5f2add1332
4 changed files with 27 additions and 8 deletions

View File

@@ -37,9 +37,13 @@
<link rel="stylesheet" type="text/css" href="<?php echo $user_css_url ?>"/>
<?php } ?>
<!--[if gte IE 5.5000]>
<!--[if lt IE 7]>
<script type="text/javascript" src="pngfix.js"></script>
<link rel="stylesheet" type="text/css" href="tt-rss-ie.css">
<link rel="stylesheet" type="text/css" href="ie6.css">
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="ie7.css">
<![endif]-->
<link rel="shortcut icon" type="image/png" href="images/favicon.png">