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 2007-11-06 21:09:38 -08:00
parent 56a63ba162
commit d5611a990d

View File

@ -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);
}