Bookmarks tree has slightly oversized margins. r=hewitt sr=hyatt

This commit is contained in:
blakeross%telocity.com 2001-11-04 00:45:41 +00:00
parent bc6323fdb1
commit 3bbf934179
2 changed files with 9 additions and 0 deletions

View File

@ -33,3 +33,7 @@
display: none !important;
}
.bookmarks-window-tree {
border: none;
margin: 0px !important;
}

View File

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