Fix for bug 42052 (auto->none for max-width of menuitems in

menulists).  r=ben.


git-svn-id: svn://10.0.0.236/trunk@75283 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%uiuc.edu
2000-08-01 00:59:37 +00:00
parent 167b9652ed
commit fcdb5021b6
3 changed files with 3 additions and 3 deletions

View File

@@ -106,7 +106,7 @@
{
padding : 0px 1px 0px 1px;
min-width : 0px; /* should be in content*/
max-width : auto; /* should be in content*/
max-width : none; /* should be in content*/
border : 1px solid window;
}

View File

@@ -106,7 +106,7 @@
{
padding : 0px 1px 0px 1px;
min-width : 0px; /* should be in content*/
max-width : auto; /* should be in content*/
max-width : none; /* should be in content*/
border : 1px solid window;
}

View File

@@ -157,7 +157,7 @@
{
padding : 0px;
min-width: 0px;
max-width: auto;
max-width: none;
}
menulist > menupopup > menuitem > .menu-left