mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Bookmarks tree has slightly oversized margins. r=hewitt sr=hyatt
This commit is contained in:
parent
bc6323fdb1
commit
3bbf934179
@ -33,3 +33,7 @@
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.bookmarks-window-tree {
|
||||
border: none;
|
||||
margin: 0px !important;
|
||||
}
|
||||
|
@ -62,3 +62,8 @@
|
||||
.down[disabled="true"] {
|
||||
list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif");
|
||||
}
|
||||
|
||||
.sidebarTree {
|
||||
border: none;
|
||||
margin: 0px !important;
|
||||
}
|
Loading…
Reference in New Issue
Block a user