From 95392cc913e4f7b414072df44cda23e8790643c2 Mon Sep 17 00:00:00 2001 From: "cmanske%netscape.com" Date: Sat, 5 Jan 2002 20:31:46 +0000 Subject: [PATCH] Fixed list layout problems in Link and Spelling dialog (remove bad CSS) b=112951, r=andreww, sr=hewitt --- themes/classic/editor/EditorDialog.css | 2 -- themes/modern/editor/EditorDialog.css | 2 -- 2 files changed, 4 deletions(-) diff --git a/themes/classic/editor/EditorDialog.css b/themes/classic/editor/EditorDialog.css index 843aac01499c..c87192d846cb 100644 --- a/themes/classic/editor/EditorDialog.css +++ b/themes/classic/editor/EditorDialog.css @@ -137,8 +137,6 @@ tree.list { border: 1px inset #CCCCCC; /* same as in menulist.css */ margin: 1px 5px 2px 5px; - width: 10em; - height: 3em; /* use rows="#" in XUL to define height */ } diff --git a/themes/modern/editor/EditorDialog.css b/themes/modern/editor/EditorDialog.css index 4c723e9a59d8..891ae5bb6d9c 100644 --- a/themes/modern/editor/EditorDialog.css +++ b/themes/modern/editor/EditorDialog.css @@ -174,8 +174,6 @@ tree.list { /* same as in menulist.css */ margin: 1px 5px 2px 5px; border: 1px inset #B4C3D4; - width: 10em; - height: 3em; /* use rows="#" in XUL to define height */ }