From 822bcf2fdcd7ec3976840576a8210452e94e7e9a Mon Sep 17 00:00:00 2001 From: "shliang%netscape.com" Date: Tue, 4 Dec 2001 22:26:31 +0000 Subject: [PATCH] bug 71637 - css errors in chrome. r=dbaron, sr=hewitt. git-svn-id: svn://10.0.0.236/trunk@109676 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/editor/ui/composer/content/TextEditorAppShell.xul | 2 +- mozilla/themes/classic/editor/mac/textEditor.css | 2 +- mozilla/themes/classic/editor/win/textEditor.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/editor/ui/composer/content/TextEditorAppShell.xul b/mozilla/editor/ui/composer/content/TextEditorAppShell.xul index 79fbbe42980..626305198da 100644 --- a/mozilla/editor/ui/composer/content/TextEditorAppShell.xul +++ b/mozilla/editor/ui/composer/content/TextEditorAppShell.xul @@ -130,7 +130,7 @@ editor.xul has these - do we need them? - + diff --git a/mozilla/themes/classic/editor/mac/textEditor.css b/mozilla/themes/classic/editor/mac/textEditor.css index 658a26d0a38..025bd9a024c 100644 --- a/mozilla/themes/classic/editor/mac/textEditor.css +++ b/mozilla/themes/classic/editor/mac/textEditor.css @@ -22,6 +22,6 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -.separator_small { +.separator-small { width: 1em; } diff --git a/mozilla/themes/classic/editor/win/textEditor.css b/mozilla/themes/classic/editor/win/textEditor.css index 658a26d0a38..025bd9a024c 100644 --- a/mozilla/themes/classic/editor/win/textEditor.css +++ b/mozilla/themes/classic/editor/win/textEditor.css @@ -22,6 +22,6 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -.separator_small { +.separator-small { width: 1em; }