From fc8cf82d2220f1fb82083c98c3b72e2fb04cbae2 Mon Sep 17 00:00:00 2001 From: "cmanske%netscape.com" Date: Fri, 3 Sep 1999 01:16:39 +0000 Subject: [PATCH] Fixed rule to make text and background buttons join together on toolbar git-svn-id: svn://10.0.0.236/trunk@45801 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/editor/ui/composer/skin/Editor.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/editor/ui/composer/skin/Editor.css b/mozilla/editor/ui/composer/skin/Editor.css index 0b94b733324..53d4759bc7c 100644 --- a/mozilla/editor/ui/composer/skin/Editor.css +++ b/mozilla/editor/ui/composer/skin/Editor.css @@ -51,11 +51,11 @@ select.combobox { border-style: outset; } -titledbutton#TextColorPopup { +titledbutton#TextColorPopupButton { margin-right: -3px; } -titledbutton#BackColorPopup { +titledbutton#BackColorPopupButton { margin-left: -3px; }