Fixing style rules for trees to give them a default width and height.

git-svn-id: svn://10.0.0.236/trunk@44665 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hyatt%netscape.com 1999-08-26 10:25:05 +00:00
parent badf0ce469
commit 92903f6c74

View File

@ -641,7 +641,8 @@ tree {
background-color: white;
border: none;
border-spacing: 0px;
width: 100%;
width: 100px;
height: 100px;
table-layout: fixed;
font: inherit;
}