back out firefox sidebar style changes on trunk, bug #251910

This commit is contained in:
webmail%kmgerich.com 2004-10-26 12:09:38 +00:00
parent fd270a760f
commit 4ead186efa
3 changed files with 2 additions and 8 deletions

View File

@ -906,8 +906,7 @@
<treeitem uri="rdf:*">
<treerow properties="rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#type rdf:http://home.netscape.com/NC-rdf#loading rdf:http://home.netscape.com/WEB-rdf#status">
<treecell src="rdf:http://home.netscape.com/NC-rdf#Icon"
label="rdf:http://home.netscape.com/NC-rdf#Name"
properties="linkTree"/>
label="rdf:http://home.netscape.com/NC-rdf#Name"/>
</treerow>
</treeitem>
</treechildren>

View File

@ -107,8 +107,7 @@
<treecell label="rdf:http://home.netscape.com/NC-rdf#Name"
sortName="rdf:http://home.netscape.com/NC-rdf#Name?sort=true"
visitcount="rdf:http://home.netscape.com/NC-rdf#VisitCount"
date="rdf:http://home.netscape.com/NC-rdf#Date"
properties="linkTree"/>
date="rdf:http://home.netscape.com/NC-rdf#Date"/>
</treerow>
</treeitem>
</treechildren>

View File

@ -79,10 +79,6 @@ treechildren::-moz-tree-cell-text(selected, focus) {
color: HighlightText;
}
treechildren::-moz-tree-cell-text(leaf, linkTree) {
text-decoration: underline;
color: blue;
}
/* ::::: lines connecting cells ::::: */