From a63db4d2f91c056310fc9a24891dbd161672451b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 20 Jul 2013 21:09:03 -0700 Subject: [PATCH] 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. --- css.html | 2 ++ dist/css/bootstrap.css | 5 +---- dist/css/bootstrap.min.css | 2 +- less/forms.less | 3 +-- 4 files changed, 5 insertions(+), 7 deletions(-) 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.