fix for bug #389003: sometimes favicons in url results are blank, need to use

the favicon service.

r=mano
This commit is contained in:
sspitzer%mozilla.org 2007-11-07 05:13:00 +00:00
Родитель c2340a3e00
Коммит 10a5beb632
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -987,7 +987,6 @@ statusbarpanel#statusbar-display {
/* ::::: autocomplete ::::: */ /* ::::: autocomplete ::::: */
.autocomplete-treebody::-moz-tree-image(favicon, treecolAutoCompleteValue) { .autocomplete-treebody::-moz-tree-image(favicon, treecolAutoCompleteValue) {
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
width: 16px; width: 16px;
height: 16px; height: 16px;
} }