Mozilla/mozilla/rdf/tests/dsds/DataSourceViewer.css
maolson%earthlink.net 056e8ad486 bug 11623 - change CSS file comments from // to /* */
r=dbaron, sr=hewitt


git-svn-id: svn://10.0.0.236/trunk@92457 18797224-902f-48f8-a5cc-f745e15eee43
2001-04-16 23:11:27 +00:00

35 lines
477 B
CSS

tree {
display: table;
background-color: white;
border: none;
border-spacing: 0px;
/*border-collapse: collapse;*/
width: 100%;
table-layout: fixed;
}
treeitem {
display: table-row;
}
treehead {
display: table-header-group;
}
treebody {
display: table-row-group;
}
treecell {
display: table-cell;
color: black;
font-family: Verdana;
font-size: 10pt;
white-space: nowrap;
}
treecell[selectedcell] {
background-color: #666699;
color: white;
}