summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-04-29 07:08:35 +0100
committerAndrew Dolgov <[email protected]>2007-04-29 07:08:35 +0100
commite95687b22a562dd6e60037f225666191b5de2d87 (patch)
treec9466956797d97d3a2c9b606873ffc408f4d5902 /tt-rss.css
parentdb5b3540cfa0e77958e7a08df2e17d914b2caa15 (diff)
fix feedlist display in IE7
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css4
1 files changed, 4 insertions, 0 deletions
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;
+}