From 92903f6c74b85649401dfd851b52b136a79ac5e4 Mon Sep 17 00:00:00 2001 From: "hyatt%netscape.com" Date: Thu, 26 Aug 1999 10:25:05 +0000 Subject: [PATCH] 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 --- mozilla/xpfe/global/resources/skin/xul.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/xpfe/global/resources/skin/xul.css b/mozilla/xpfe/global/resources/skin/xul.css index 7fa50130bff..744cef47aa8 100644 --- a/mozilla/xpfe/global/resources/skin/xul.css +++ b/mozilla/xpfe/global/resources/skin/xul.css @@ -641,7 +641,8 @@ tree { background-color: white; border: none; border-spacing: 0px; - width: 100%; + width: 100px; + height: 100px; table-layout: fixed; font: inherit; }