backing out my fix for bug #399664, due to 2% Ts regression (see bug #402668 for details)

This commit is contained in:
sspitzer@mozilla.org 2007-11-06 21:09:46 -08:00
Родитель daa4e15d2d
Коммит ee8f2fdf4e
1 изменённых файлов: 10 добавлений и 10 удалений

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

@ -905,10 +905,6 @@ toolbar[iconsize="small"] #paste-button:not([disabled="true"]):hover:active {
direction: ltr;
}
#PopupAutoCompleteRichResult {
direction: ltr !important;
}
/* ::::: page proxy icon ::::: */
#page-proxy-deck,
@ -953,15 +949,19 @@ statusbarpanel#statusbar-display {
height: 16px;
}
.ac-result-type-tag {
list-style-image: url("chrome://browser/skin/places/tag.png");
width: 16px;
#treecolAutoCompleteImage {
max-width : 36px;
}
.autocomplete-treebody::-moz-tree-image(bookmark, treecolAutoCompleteImage) {
list-style-image: url("chrome://browser/skin/places/pageStarred.png");
width: 16px;
height: 16px;
}
.ac-result-type-bookmark {
list-style-image: url("chrome://browser/skin/places/pageStarred.png");
width: 16px;
.autocomplete-treebody::-moz-tree-image(tag, treecolAutoCompleteImage) {
list-style-image: url("chrome://browser/skin/places/tag.png");
width: 16px;
height: 16px;
}