Bradley doesn't like dir viewer's border. Who am I to disagree? r=hewitt sr=hyatt

This commit is contained in:
blakeross%telocity.com 2001-11-04 02:38:04 +00:00
Родитель 201e287809
Коммит 59b99b11eb
2 изменённых файлов: 10 добавлений и 0 удалений

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

@ -43,6 +43,11 @@
@import url(chrome://communicator/skin/);
#tree {
margin: 0px !important;
border: none;
}
/* Hide twisty for files */
.treecell-indent[type="FILE"] > .tree-cell-twisty
{

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

@ -29,6 +29,11 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#tree {
margin: 0px !important;
border: none;
}
.treecell-filename {
list-style-image: url("chrome://communicator/skin/directory/file-icon.gif");
}