diff options
| author | Mark Otto <[email protected]> | 2015-04-29 12:02:02 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-04-29 12:02:02 -0700 |
| commit | b8fa32edd27880a7792abf7a2659d17ef152be03 (patch) | |
| tree | 39db61b89fe14712ce4af2aba02a0095b9ddf32e /docs/dist/css/bootstrap.css | |
| parent | d31ec3390813d06e7df6f45b7459ce0e71a62937 (diff) | |
| download | bootstrap-b8fa32edd27880a7792abf7a2659d17ef152be03.tar.xz bootstrap-b8fa32edd27880a7792abf7a2659d17ef152be03.zip | |
le grunt
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 512f59b15..acf6ed35f 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -2185,7 +2185,7 @@ pre code { } .form-control-static { - min-height: 2rem; + min-height: 2.625rem; padding-top: .5625rem; padding-bottom: .5625rem; margin-bottom: 0; @@ -2221,12 +2221,14 @@ pre code { margin-bottom: .75rem; } .radio label, .checkbox label { - min-height: 1; padding-left: 1.25rem; margin-bottom: 0; font-weight: normal; cursor: pointer; } +.radio label input:only-child, .checkbox label input:only-child { + position: static; +} .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; @@ -3810,7 +3812,7 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto .breadcrumb { padding: .75rem 1rem; - margin-bottom: 1; + margin-bottom: 1rem; list-style: none; background-color: #eceeef; border-radius: .25rem; @@ -4089,7 +4091,7 @@ a.badge:focus, a.badge:hover { .alert { padding: 15px; - margin-bottom: 1; + margin-bottom: 1rem; border: 1px solid transparent; border-radius: .25rem; } |
