diff options
| author | Bootstrap's Grunt bot <[email protected]> | 2015-03-29 04:10:35 +0000 |
|---|---|---|
| committer | Bootstrap's Grunt bot <[email protected]> | 2015-03-29 04:10:35 +0000 |
| commit | a92298578861f4319c8f24fd62f619c6d82228d0 (patch) | |
| tree | c20c97aa7e5471a4ae60a151facef1c7e4bdcdea /docs/dist/css/bootstrap.css | |
| parent | e90d69c28c3edd49551d7d69b302d98933cc468a (diff) | |
| download | bootstrap-a92298578861f4319c8f24fd62f619c6d82228d0.tar.xz bootstrap-a92298578861f4319c8f24fd62f619c6d82228d0.zip | |
automatic `grunt dist`
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 0b920f51d..eb1daad8c 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -2798,12 +2798,14 @@ select[multiple].input-lg { text-align: center; pointer-events: none; } -.input-lg + .form-control-feedback { +.input-lg + .form-control-feedback, +.input-group-lg + .form-control-feedback { width: 46px; height: 46px; line-height: 46px; } -.input-sm + .form-control-feedback { +.input-sm + .form-control-feedback, +.input-group-sm + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; |
