Bug 658982. Go back to not allowing changes to line-height on inputs (but continue to allowing it for <button>s, for site compat reasons). r=dbaron

This commit is contained in:
Boris Zbarsky 2011-05-23 12:18:32 -04:00
Родитель c794af1991
Коммит 06ca6fb570
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -88,7 +88,7 @@ input {
color: -moz-FieldText;
font: -moz-field;
text-rendering: optimizeLegibility;
line-height: normal;
line-height: normal !important;
text-align: start;
text-transform: none;
word-spacing: normal;