summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ie6.css11
-rw-r--r--ie7.css9
-rw-r--r--tt-rss.css4
3 files changed, 4 insertions, 20 deletions
diff --git a/ie6.css b/ie6.css
index 378d6e032..019aa9dac 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 540049fb1..8b1378917 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 291a51bd2..397fbeb59 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1507,3 +1507,7 @@ a.helpLinkPic img {
#fadd_login_container {
display : none;
}
+
+#feedCatHolder {
+ display : inline;
+}