From 1996045343dd789d5d4ec5063e310e84e86d8171 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Fri, 7 Oct 2016 18:09:27 -0700 Subject: [PATCH] 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. --- resources/servo.css | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/servo.css b/resources/servo.css index e5ed6f1bfed3..2d187e49841f 100644 --- a/resources/servo.css +++ b/resources/servo.css @@ -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; }