diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2007-04-29 06:41:06 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2007-04-29 06:41:06 +0100 |
| commit | 5f2add1332691c5b6ebc26dcfe58bbb63d92ba3b (patch) | |
| tree | 9210e7772b557e267dec6dec4f93c1ce18cc8949 /tt-rss.php | |
| parent | b24a05ccb969512e5dcd51efc65052b5d2e1b8c6 (diff) | |
add special stylesheet for ie7
Diffstat (limited to 'tt-rss.php')
| -rw-r--r-- | tt-rss.php | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tt-rss.php b/tt-rss.php index c9e2555df..d80c78771 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -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"> |