diff options
| author | Mark Otto <[email protected]> | 2012-08-27 10:08:16 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-27 10:08:16 -0700 |
| commit | 54e3a26ddadb7e16b9585fe1a77c6ac9667073fb (patch) | |
| tree | 494590b6799c7be2cce70cbdcd832cfda39811ab /docs/assets/css/bootstrap.css | |
| parent | 96542f14ab64cdf35b56df55752b28b95dc415c7 (diff) | |
| download | bootstrap-54e3a26ddadb7e16b9585fe1a77c6ac9667073fb.tar.xz bootstrap-54e3a26ddadb7e16b9585fe1a77c6ac9667073fb.zip | |
fixes #4562: correct select and input widths at 220px (changed with 2.1.0 when we changed padding)
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
