зеркало из https://github.com/mozilla/gecko-dev.git
<button> should not have preformatted whitespace. Bug 55285, r=jkeiser, sr=dbaron
This commit is contained in:
Родитель
880174835a
Коммит
9b34083660
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче