From 2f52ca1b5ca53e047cf2ffda3839de62bd13e4fb Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 20 Dec 2005 17:01:38 +0100 Subject: [PATCH] IE related workarounds in tt-rss-ie.css --- backend.php | 2 ++ tt-rss-ie.css | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 tt-rss-ie.css diff --git a/backend.php b/backend.php index 140428442..eefb31b10 100644 --- a/backend.php +++ b/backend.php @@ -318,6 +318,7 @@ "; @@ -949,6 +950,7 @@ "; } diff --git a/tt-rss-ie.css b/tt-rss-ie.css new file mode 100644 index 000000000..44a0b4039 --- /dev/null +++ b/tt-rss-ie.css @@ -0,0 +1,6 @@ +ul.feedCatList { + position : relative; + top: -1em; +} + +