From: Andrew Dolgov Date: Sun, 29 Apr 2007 06:08:35 +0000 (+0100) Subject: fix feedlist display in IE7 X-Git-Tag: schema_freeze_for_1.2.11~83 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=e95687b22a562dd6e60037f225666191b5de2d87;p=tt-rss.git fix feedlist display in IE7 --- diff --git a/ie6.css b/ie6.css index 378d6e03..019aa9da 100644 --- a/ie6.css +++ b/ie6.css @@ -1,14 +1,3 @@ -ul.feedCatList { - position : relative; - top: -1em; -} - -li.feedCatHolder { - margin : 0px; - padding : 0px; -} - - #infoBoxTitle { display : none; } diff --git a/ie7.css b/ie7.css index 540049fb..8b137891 100644 --- a/ie7.css +++ b/ie7.css @@ -1,10 +1 @@ -ul.feedCatList { - position : relative; - top: -1em; -} - -li.feedCatHolder { - margin : 0px; - padding : 0px; -} diff --git a/tt-rss.css b/tt-rss.css index 291a51bd..397fbeb5 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1507,3 +1507,7 @@ a.helpLinkPic img { #fadd_login_container { display : none; } + +#feedCatHolder { + display : inline; +}