diff options
| author | Mark Otto <[email protected]> | 2014-07-06 15:09:20 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-06 15:09:20 -0700 |
| commit | e2029e122c58d5bca7f439ea4c8220957acc8903 (patch) | |
| tree | 79623f1b542605b2d423a4018b0fe7dc17efa080 /docs/dist/css/bootstrap.css | |
| parent | 354d4236688c5370cc345bbbde8cb5ef917ff2a1 (diff) | |
| download | bootstrap-e2029e122c58d5bca7f439ea4c8220957acc8903.tar.xz bootstrap-e2029e122c58d5bca7f439ea4c8220957acc8903.zip | |
Fixes #13997: Move min-height for radio/checkbox to their inner label
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 48e9c841f..97f45da98 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -2418,12 +2418,12 @@ input[type="month"].input-lg { .checkbox { position: relative; display: block; - min-height: 20px; margin-top: 10px; margin-bottom: 10px; } .radio label, .checkbox label { + min-height: 20px; padding-left: 20px; margin-bottom: 0; font-weight: normal; |
