Bug 342774: hardcode the engine image size so that it doesn't do something weird when it's src is set, r=mconnor

This commit is contained in:
gavin%gavinsharp.com 2006-07-13 10:47:13 +00:00
Родитель f7dc9e77fe
Коммит bedd07ca66
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -4,6 +4,8 @@
.searchbar-engine-image {
margin: 0px 0px 0px 2px;
height: 16px;
width: 16px;
list-style-image: url("chrome://global/skin/icons/folder-item.png");
-moz-image-region: rect(0px, 16px, 16px, 0px);
}