mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
resources: Remove the vertical-align: middle
rule for buttons from
Servo's style sheet. This doesn't vertically center the contents of buttons as it's intended to and breaks layouts once `vertical-align: middle` is implemented.
This commit is contained in:
parent
3916d1d613
commit
1996045343
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ input[type="reset"] {
|
||||||
border-right: solid 1px #999999;
|
border-right: solid 1px #999999;
|
||||||
border-bottom: solid 1px #999999;
|
border-bottom: solid 1px #999999;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: middle;
|
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue