Fix font size of "any"/"all" line in advanced search window

It was previously larger than the default and didn't obey the font size
pref.
This commit is contained in:
Dan Stillman 2014-05-14 17:44:01 -04:00
parent 66ca236876
commit aaa259f77c

View File

@ -3,6 +3,10 @@
width: 60em;
}
caption {
font: inherit;
}
#search-condition menulist[id="operatorsmenu"]
{
width: 15em;