From 5f2add1332691c5b6ebc26dcfe58bbb63d92ba3b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 29 Apr 2007 06:41:06 +0100 Subject: [PATCH] add special stylesheet for ie7 --- ie6.css | 8 ++++---- ie7.css | 10 ++++++++++ prefs.php | 9 +++++++-- tt-rss.php | 8 ++++++-- 4 files changed, 27 insertions(+), 8 deletions(-) create mode 100644 ie7.css diff --git a/ie6.css b/ie6.css index 7510b2d7..378d6e03 100644 --- a/ie6.css +++ b/ie6.css @@ -8,12 +8,12 @@ li.feedCatHolder { padding : 0px; } -/* + #infoBoxTitle { display : none; -} */ +} + -/* #headlinesInnerContainer { position : normal; } @@ -24,4 +24,4 @@ div.headlines_normal { div.headlines_cdm { overflow : auto; -} */ +} diff --git a/ie7.css b/ie7.css new file mode 100644 index 00000000..540049fb --- /dev/null +++ b/ie7.css @@ -0,0 +1,10 @@ +ul.feedCatList { + position : relative; + top: -1em; +} + +li.feedCatHolder { + margin : 0px; + padding : 0px; +} + diff --git a/prefs.php b/prefs.php index 6586de50..e53ebcdd 100644 --- a/prefs.php +++ b/prefs.php @@ -46,10 +46,15 @@
BAH
- + + +