aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-06 15:09:20 -0700
committerMark Otto <[email protected]>2014-07-06 15:09:20 -0700
commite2029e122c58d5bca7f439ea4c8220957acc8903 (patch)
tree79623f1b542605b2d423a4018b0fe7dc17efa080 /docs/dist/css/bootstrap.css
parent354d4236688c5370cc345bbbde8cb5ef917ff2a1 (diff)
downloadbootstrap-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.css2
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;