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

git-svn-id: svn://10.0.0.236/trunk@107274 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
blakeross%telocity.com 2001-11-04 00:45:41 +00:00
parent b4d8e10d3e
commit 4c900542b8
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;
}