mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-09-19 20:41:00 +02:00
IE related workarounds in tt-rss-ie.css
This commit is contained in:
parent
5238347d43
commit
2f52ca1b5c
@ -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…
x
Reference in New Issue
Block a user