summaryrefslogtreecommitdiff
path: root/tt-rss-ie.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-18 14:52:44 +0100
committerAndrew Dolgov <[email protected]>2006-05-18 14:52:44 +0100
commita44843ebed3c45f72038fc40358f11f0eef82119 (patch)
tree5e3cee4e21f68a6bdf68a66c100bbc98ac61330a /tt-rss-ie.css
parent292a8a12246dd386e36c20b24369d50bb60defa8 (diff)
hide infobox title in IE
Diffstat (limited to 'tt-rss-ie.css')
-rw-r--r--tt-rss-ie.css7
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 {