Remove bogus CSS rule for offline newsgroup messages with attachments.

This commit is contained in:
scott%scott-macgregor.org 2004-11-26 18:45:47 +00:00
parent c59dda520c
commit 3f87cf7b82

View File

@ -409,10 +409,6 @@ treechildren::-moz-tree-image(subjectCol, news, replied, forwarded) {
list-style-image: url("chrome://messenger/skin/icons/message-news-replied-forw.png");
}
treechildren::-moz-tree-image(subjectCol, news, attach, offline) {
list-style-image: url("chrome://messenger/skin/icons/message-news-attach-offl.gif");
}
treechildren::-moz-tree-image(subjectCol, news, new) {
list-style-image: url("chrome://messenger/skin/icons/message-news-new.png");
}