Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2012-10-10 20:47:08 +0400
committerMark Otto <markdotto@gmail.com>2012-10-10 20:47:08 +0400
commitb18c009051936e3dec86bf620da58847b321d307 (patch)
tree66ab9b49a7a28533d2aefa5fe8edc8299365e566 /less
parent4702e7541013922be933545057a9989136051a4e (diff)
fixes #5473: use baselineheight var for input bottom margin
Diffstat (limited to '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 e3da82265f..e142f2ac37 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;