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

git-svn-id: svn://10.0.0.236/trunk@134071 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu 2002-11-19 03:34:49 +00:00
parent c7cb8d4927
commit 462e73c79e
2 changed files with 10 additions and 0 deletions

View File

@ -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;

View File

@ -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;