Added font-size:inherit to optgroup, so that the select font-size affects options. b=185098 r+sr=bzbarsky

This commit is contained in:
mats.palmgren%bredband.net 2004-08-08 18:44:09 +00:00
Родитель 8bed5cf52c
Коммит c3758b628f
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -234,6 +234,7 @@ optgroup {
line-height: normal !important;
font-style: italic;
font-weight: bold;
font-size: inherit;
-moz-user-select: none;
-moz-user-focus: none;
text-indent: 0;

Просмотреть файл

@ -234,6 +234,7 @@ optgroup {
line-height: normal !important;
font-style: italic;
font-weight: bold;
font-size: inherit;
-moz-user-select: none;
-moz-user-focus: none;
text-indent: 0;