Change uses of CSS properties not part of the CSS2 spec to use -moz- prefix. b=3935

This commit is contained in:
dbaron%fas.harvard.edu 2000-09-06 13:52:26 +00:00
Родитель c189e05d63
Коммит 1d708745d8
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -87,7 +87,7 @@ tab {
border: none; border: none;
font: small-caption; font: small-caption;
color: buttontext; color: buttontext;
user-focus: normal !important; -moz-user-focus: normal !important;
} }
tab > .tab-box > .tab-text { tab > .tab-box > .tab-text {