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
This commit is contained in:
BlakeR1234%aol.com
2000-08-03 22:15:09 +00:00
parent 4e206cca95
commit f8929164c8

View File

@@ -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;
}