From a44843ebed3c45f72038fc40358f11f0eef82119 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 18 May 2006 14:52:44 +0100 Subject: [PATCH] hide infobox title in IE --- tt-rss-ie.css | 7 +------ 1 file changed, 1 insertion(+), 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 {