fix for bug #402703: Favicons for tag matches in autocomplete aren't resized

r=dietrich, a=schrep


git-svn-id: svn://10.0.0.236/trunk@239141 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%mozilla.org 2007-11-11 18:25:45 +00:00
parent 224fdca1ed
commit 4d06aeaf34
2 changed files with 4 additions and 10 deletions

View File

@ -904,11 +904,8 @@ statusbarpanel#statusbar-display {
/* ----- AUTOCOMPLETE ----- */
.autocomplete-treebody::-moz-tree-image(favicon, treecolAutoCompleteValue) {
width: 16px;
height: 16px;
}
.autocomplete-treebody::-moz-tree-image(favicon, treecolAutoCompleteValue),
.autocomplete-treebody::-moz-tree-image(tag, treecolAutoCompleteValue),
.autocomplete-treebody::-moz-tree-image(bookmark, treecolAutoCompleteValue) {
width: 16px;
height: 16px;

View File

@ -939,11 +939,8 @@ statusbarpanel#statusbar-display {
/* ::::: autocomplete ::::: */
.autocomplete-treebody::-moz-tree-image(favicon, treecolAutoCompleteValue) {
width: 16px;
height: 16px;
}
.autocomplete-treebody::-moz-tree-image(favicon, treecolAutoCompleteValue),
.autocomplete-treebody::-moz-tree-image(tag, treecolAutoCompleteValue),
.autocomplete-treebody::-moz-tree-image(bookmark, treecolAutoCompleteValue) {
width: 16px;
height: 16px;