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-07 05:12:42 +00:00
Родитель c0df32d0c3
Коммит 73b8eb7119
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;
}