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:
Patrick Walton 2016-10-07 18:09:27 -07:00
parent 3916d1d613
commit 1996045343

View file

@ -42,7 +42,6 @@ input[type="reset"] {
border-right: solid 1px #999999;
border-bottom: solid 1px #999999;
text-align: center;
vertical-align: middle;
color: black;
}