add special stylesheet for ie7
This commit is contained in:
parent
b24a05ccb9
commit
5f2add1332
8
ie6.css
8
ie6.css
|
@ -8,12 +8,12 @@ li.feedCatHolder {
|
|||
padding : 0px;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
#infoBoxTitle {
|
||||
display : none;
|
||||
} */
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
#headlinesInnerContainer {
|
||||
position : normal;
|
||||
}
|
||||
|
@ -24,4 +24,4 @@ div.headlines_normal {
|
|||
|
||||
div.headlines_cdm {
|
||||
overflow : auto;
|
||||
} */
|
||||
}
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
ul.feedCatList {
|
||||
position : relative;
|
||||
top: -1em;
|
||||
}
|
||||
|
||||
li.feedCatHolder {
|
||||
margin : 0px;
|
||||
padding : 0px;
|
||||
}
|
||||
|
|
@ -46,10 +46,15 @@
|
|||
|
||||
<div id="infoBoxShadow"><div id="infoBox">BAH</div></div>
|
||||
|
||||
<!--[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]-->
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
<script type="text/javascript">
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue