From 2b2c72b9aae6db9505d0fdb3abc1832de8e0ce7f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 25 Jan 2012 12:04:19 -0800 Subject: fix select alignment and height --- bootstrap.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bootstrap.css') diff --git a/bootstrap.css b/bootstrap.css index 1556d7704..c53264a2d 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Wed Jan 25 11:50:14 PST 2012 + * Date: Wed Jan 25 12:03:47 PST 2012 */ article, aside, @@ -541,17 +541,17 @@ input[type=button], input[type=reset], input[type=submit] { height: auto; } select, input[type=file] { - height: 27px; + height: 28px; /* In IE7, the height of the select element cannot be changed by height, only font-size */ *margin-top: 4px; /* For IE7, add top margin to align select with labels */ - line-height: 27px; + line-height: 28px; } select { width: 220px; - vertical-align: middle; + vertical-align: baseline; background-color: #ffffff; } select[multiple], select[size] { -- cgit v1.2.3