From: Mark Otto Date: Mon, 27 Aug 2012 17:08:16 +0000 (-0700) Subject: fixes #4562: correct select and input widths at 220px (changed with 2.1.0 when we... X-Git-Tag: v2.1.1~46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=54e3a26ddadb7e16b9585fe1a77c6ac9667073fb;p=thirdparty%2Fbootstrap.git fixes #4562: correct select and input widths at 220px (changed with 2.1.0 when we changed padding) --- diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 039b21efb9..2b10e93446 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -961,7 +961,7 @@ input[type="color"], input, textarea { - width: 210px; + width: 206px; } textarea { diff --git a/less/forms.less b/less/forms.less index ea17655c3c..9947e7180a 100644 --- a/less/forms.less +++ b/less/forms.less @@ -92,7 +92,7 @@ input[type="color"], // Declare width for legacy (can't be on input[type=*] selectors or it's too specific) input, textarea { - width: 210px; + width: 206px; // plus 12px padding and 2px border } // Reset height since textareas have rows textarea {