mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
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:
parent
9ae41a6e0c
commit
ab89bd47af
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user