summaryrefslogtreecommitdiff
path: root/tt-rss-ie.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-04-29 05:21:47 +0100
committerAndrew Dolgov <[email protected]>2007-04-29 05:21:47 +0100
commit586822fdabb71541a0802f28e24deddb77632b14 (patch)
tree9ae746079b9e969c44fed29504254608a105a5c9 /tt-rss-ie.css
parent770bbb0297280e4fc7d75a1382070df492d3027d (diff)
some more fixes for IE and resize_headlines
Diffstat (limited to 'tt-rss-ie.css')
-rw-r--r--tt-rss-ie.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/tt-rss-ie.css b/tt-rss-ie.css
index 03412444e..ccefc889d 100644
--- a/tt-rss-ie.css
+++ b/tt-rss-ie.css
@@ -12,4 +12,14 @@ li.feedCatHolder {
display : none;
}
+#headlinesInnerContainer {
+ position : normal;
+}
+
+div.headlines_normal {
+ overflow : auto;
+}
+div.headlines_cdm {
+ overflow : auto;
+}