IE related workarounds in tt-rss-ie.css
This commit is contained in:
parent
5238347d43
commit
2f52ca1b5c
2 changed files with 8 additions and 0 deletions
|
@ -318,6 +318,7 @@
|
||||||
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">
|
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">
|
||||||
<!--[if gte IE 5.5000]>
|
<!--[if gte IE 5.5000]>
|
||||||
<script type=\"text/javascript\" src=\"pngfix.js\"></script>
|
<script type=\"text/javascript\" src=\"pngfix.js\"></script>
|
||||||
|
<link rel=\"stylesheet\" type=\"text/css\" href=\"tt-rss-ie.css\">
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
</head><body onload=\"init()\">";
|
</head><body onload=\"init()\">";
|
||||||
|
|
||||||
|
@ -949,6 +950,7 @@
|
||||||
<script type=\"text/javascript\" src=\"viewfeed.js\"></script>
|
<script type=\"text/javascript\" src=\"viewfeed.js\"></script>
|
||||||
<!--[if gte IE 5.5000]>
|
<!--[if gte IE 5.5000]>
|
||||||
<script type=\"text/javascript\" src=\"pngfix.js\"></script>
|
<script type=\"text/javascript\" src=\"pngfix.js\"></script>
|
||||||
|
<link rel=\"stylesheet\" type=\"text/css\" href=\"tt-rss-ie.css\">
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
</head><body onload='init()'>";
|
</head><body onload='init()'>";
|
||||||
}
|
}
|
||||||
|
|
6
tt-rss-ie.css
Normal file
6
tt-rss-ie.css
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
ul.feedCatList {
|
||||||
|
position : relative;
|
||||||
|
top: -1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue