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
Родитель 81e0d16517
Коммит 42a189f870
2 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

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