From 586822fdabb71541a0802f28e24deddb77632b14 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 29 Apr 2007 05:21:47 +0100 Subject: some more fixes for IE and resize_headlines --- tt-rss-ie.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tt-rss-ie.css') 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; +} -- cgit v1.2.3