<button> should not have preformatted whitespace. Bug 55285, r=jkeiser, sr=dbaron

This commit is contained in:
bzbarsky%mit.edu 2002-11-19 03:34:49 +00:00
Родитель 880174835a
Коммит 9b34083660
2 изменённых файлов: 10 добавлений и 0 удалений

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

@ -402,6 +402,11 @@ input[type="submit"] {
-moz-binding: none;
}
button {
/* Buttons should lay out like "normal" html, mostly */
white-space: normal;
}
*|*:-moz-button-content {
display: block;
text-align: center;

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

@ -402,6 +402,11 @@ input[type="submit"] {
-moz-binding: none;
}
button {
/* Buttons should lay out like "normal" html, mostly */
white-space: normal;
}
*|*:-moz-button-content {
display: block;
text-align: center;