From: Andrew Dolgov Date: Sun, 29 Apr 2007 05:38:57 +0000 (+0100) Subject: rename tt-rss-ie.css to ie6.css X-Git-Tag: schema_freeze_for_1.2.11~86 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=b24a05ccb969512e5dcd51efc65052b5d2e1b8c6;p=tt-rss.git rename tt-rss-ie.css to ie6.css --- diff --git a/ie6.css b/ie6.css new file mode 100644 index 00000000..7510b2d7 --- /dev/null +++ b/ie6.css @@ -0,0 +1,27 @@ +ul.feedCatList { + position : relative; + top: -1em; +} + +li.feedCatHolder { + margin : 0px; + padding : 0px; +} + +/* +#infoBoxTitle { + display : none; +} */ + +/* +#headlinesInnerContainer { + position : normal; +} + +div.headlines_normal { + overflow : auto; +} + +div.headlines_cdm { + overflow : auto; +} */ diff --git a/tt-rss-ie.css b/tt-rss-ie.css deleted file mode 100644 index 6e01c80f..00000000 --- a/tt-rss-ie.css +++ /dev/null @@ -1,26 +0,0 @@ -ul.feedCatList { - position : relative; - top: -1em; -} - -li.feedCatHolder { - margin : 0px; - padding : 0px; -} - -#infoBoxTitle { - display : none; -} - -/* -#headlinesInnerContainer { - position : normal; -} - -div.headlines_normal { - overflow : auto; -} - -div.headlines_cdm { - overflow : auto; -} */