<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:
parent
c7cb8d4927
commit
462e73c79e
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user