From: Mark Otto Date: Sun, 21 Jul 2013 04:09:03 +0000 (-0700) Subject: Update file input to remove height and line-height X-Git-Tag: v3.0.0-rc1~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a63db4d2f91c056310fc9a24891dbd161672451b;p=thirdparty%2Fbootstrap.git Update file input to remove height and line-height This particular form control is wildly inaccurate across browsers, so we're removing the `height` and `line-height`, but adding `display: block` so it renders similarly to our other inputs. --- diff --git a/css.html b/css.html index 2df9150127..1b767eed6f 100644 --- a/css.html +++ b/css.html @@ -1170,6 +1170,8 @@ For example, <section> should be wrapped as inline. + +

Example block-level help text here.