]> git.wh0rd.org - tt-rss.git/commitdiff
fix feedlist display in IE7
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 29 Apr 2007 06:08:35 +0000 (07:08 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 29 Apr 2007 06:08:35 +0000 (07:08 +0100)
ie6.css
ie7.css
tt-rss.css

diff --git a/ie6.css b/ie6.css
index 378d6e032239f9a13e8dbb415957722c83f98e4a..019aa9dacc3164e99fa61cad702894203b72a2de 100644 (file)
--- 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 540049fb1176dbe21dd61bf18ef2dccdd7dcb40b..8b137891791fe96927ad78e64b0aad7bded08bdc 100644 (file)
--- a/ie7.css
+++ b/ie7.css
@@ -1,10 +1 @@
-ul.feedCatList {
-       position : relative;
-       top: -1em;
-}
-
-li.feedCatHolder {
-       margin : 0px;
-       padding : 0px;
-}
 
index 291a51bd250286389f608e1cf28ff92cb930e073..397fbeb592327679f411e34c8d83210163703b60 100644 (file)
@@ -1507,3 +1507,7 @@ a.helpLinkPic img {
 #fadd_login_container {
        display : none;
 }
+
+#feedCatHolder {
+       display : inline;
+}