From: Andrew Dolgov Date: Sun, 29 Apr 2007 05:41:06 +0000 (+0100) Subject: add special stylesheet for ie7 X-Git-Tag: schema_freeze_for_1.2.11~85 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=5f2add1332691c5b6ebc26dcfe58bbb63d92ba3b;p=tt-rss.git add special stylesheet for ie7 --- 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
- + + +