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
Родитель 7c72b6a731
Коммит ccfa29cf2f
3 изменённых файлов: 2 добавлений и 8 удалений

Просмотреть файл

@ -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>

Просмотреть файл

@ -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>

Просмотреть файл

@ -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 ::::: */