From f8929164c8a4eb1642f3440bf938ca59fe0de40f Mon Sep 17 00:00:00 2001 From: "BlakeR1234%aol.com" Date: Thu, 3 Aug 2000 22:15:09 +0000 Subject: [PATCH] Fix bug 47481, all menus have autoscrollers (caused by ben's classic skin changes last night). simple fix. r=me, a=pink git-svn-id: svn://10.0.0.236/trunk@75523 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/themes/classic/global/win/menu.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mozilla/themes/classic/global/win/menu.css b/mozilla/themes/classic/global/win/menu.css index bfce7d0571a..e525e35a782 100644 --- a/mozilla/themes/classic/global/win/menu.css +++ b/mozilla/themes/classic/global/win/menu.css @@ -36,7 +36,6 @@ menupopup, popup border-right : 1px solid threeddarkshadow; border-bottom : 1px solid threeddarkshadow; color : menutext !important; - max-width : 14em; } .popup-internal-box @@ -52,7 +51,7 @@ menupopup > menu, popup > menu, menupopup > menuitem, popup > menuitem { max-width : 60em; /* should move to content */ - min-width : 20em; /* should move to content */ + min-width : 14em; /* should move to content */ margin : 0px; }