aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-10-10 09:47:08 -0700
committerMark Otto <[email protected]>2012-10-10 09:47:08 -0700
commitb18c009051936e3dec86bf620da58847b321d307 (patch)
tree66ab9b49a7a28533d2aefa5fe8edc8299365e566 /less/forms.less
parent4702e7541013922be933545057a9989136051a4e (diff)
downloadbootstrap-b18c009051936e3dec86bf620da58847b321d307.tar.xz
bootstrap-b18c009051936e3dec86bf620da58847b321d307.zip
fixes #5473: use baselineheight var for input bottom margin
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less
index e3da82265..e142f2ac3 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -81,7 +81,7 @@ input[type="color"],
display: inline-block;
height: @baseLineHeight;
padding: 4px 6px;
- margin-bottom: 9px;
+ margin-bottom: @baseLineHeight / 2;
font-size: @baseFontSize;
line-height: @baseLineHeight;
color: @gray;