From 54e3a26ddadb7e16b9585fe1a77c6ac9667073fb Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 27 Aug 2012 10:08:16 -0700 Subject: fixes #4562: correct select and input widths at 220px (changed with 2.1.0 when we changed padding) --- docs/assets/css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/assets/css/bootstrap.css') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 039b21efb..2b10e9344 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 { -- cgit v1.2.3