diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2005-12-20 17:01:38 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2005-12-20 17:01:38 +0100 |
| commit | 2f52ca1b5ca53e047cf2ffda3839de62bd13e4fb (patch) | |
| tree | 9921624c6b8c2f93fd35a57b24c2ffd62697fdf9 /tt-rss-ie.css | |
| parent | 5238347d4370e9519b288a5128a6426dc1ceabd2 (diff) | |
IE related workarounds in tt-rss-ie.css
Diffstat (limited to 'tt-rss-ie.css')
| -rw-r--r-- | tt-rss-ie.css | 6 |
1 files changed, 6 insertions, 0 deletions
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; +} + + |