From 16df276d8361fd0805e12a8b458ed54f625cbce0 Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Mon, 1 May 2000 23:59:17 +0000 Subject: [PATCH] theme update. --- themes/modern/editor/EditorToolbars.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/themes/modern/editor/EditorToolbars.css b/themes/modern/editor/EditorToolbars.css index f9b601e08208..3edbc08821e7 100644 --- a/themes/modern/editor/EditorToolbars.css +++ b/themes/modern/editor/EditorToolbars.css @@ -95,24 +95,18 @@ border: 1px inset white; } - /* Image URLs for all Editor toolbar buttons */ #boldButton { list-style-image:url(chrome://editor/skin/images/bold.gif); - font-weight: bold; } #italicButton { list-style-image:url(chrome://editor/skin/images/italic.gif); - /* font-weight: bold; */ - font-style: italic; } #underlineButton { list-style-image:url(chrome://editor/skin/images/underline.gif); - font-weight: normal; - text-decoration: underline; } #newButton {