Skip to content

Commit

Permalink
resources: Remove the vertical-align: middle rule for buttons from
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pcwalton committed Oct 11, 2016
1 parent 3916d1d commit 1996045
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/servo.css
Expand Up @@ -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;
}

Expand Down

0 comments on commit 1996045

Please sign in to comment.