fix for bug #382534: horizontal spacing of favicons in the bookmarks sidebar on Mac OS X. patch=cyen r=sspitzer

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

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

@ -30,12 +30,9 @@
-moz-appearance: listbox;
}
treechildren::-moz-tree-image {
treechildren::-moz-tree-image(title) {
padding-right: 2px;
margin: 0px 2px;
}
treechildren::-moz-tree-image(title) {
width: 16px;
height: 16px;
}