diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2006-05-18 14:52:44 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2006-05-18 14:52:44 +0100 |
| commit | a44843ebed3c45f72038fc40358f11f0eef82119 (patch) | |
| tree | 5e3cee4e21f68a6bdf68a66c100bbc98ac61330a | |
| parent | 292a8a12246dd386e36c20b24369d50bb60defa8 (diff) | |
hide infobox title in IE
| -rw-r--r-- | tt-rss-ie.css | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tt-rss-ie.css b/tt-rss-ie.css index 71d72961e..6f974589d 100644 --- a/tt-rss-ie.css +++ b/tt-rss-ie.css @@ -9,12 +9,7 @@ li.feedCatHolder { } #infoBoxTitle { - border-width : 1px 1px 1px 1px; - border-style : solid; - border-color : #88b0f0; - background-color : #88b0f0; - padding : 2px; - color : white; + display : none; } #infoBox { |