From: Mark Otto Date: Thu, 20 Jun 2013 23:27:39 +0000 (-0700) Subject: run make on previous commit X-Git-Tag: v3.0.0-rc1~253 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4db90244c41c26492b4efa5d3a8694fc61cd1f9b;p=thirdparty%2Fbootstrap.git run make on previous commit --- diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 3eb92c2b15..574ba16628 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1491,6 +1491,7 @@ input[type="url"].input-large, input[type="search"].input-large, input[type="tel"].input-large, input[type="color"].input-large { + min-height: 56px; padding: 14px 16px; font-size: 18px; border-radius: 6px; @@ -1512,7 +1513,7 @@ input[type="url"].input-small, input[type="search"].input-small, input[type="tel"].input-small, input[type="color"].input-small { - min-height: 32px; + min-height: 30px; padding: 5px 10px; font-size: 12px; border-radius: 3px;