diff options
| author | Mark Otto <[email protected]> | 2012-10-10 09:47:08 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-10-10 09:47:08 -0700 |
| commit | b18c009051936e3dec86bf620da58847b321d307 (patch) | |
| tree | 66ab9b49a7a28533d2aefa5fe8edc8299365e566 /less | |
| parent | 4702e7541013922be933545057a9989136051a4e (diff) | |
| download | bootstrap-b18c009051936e3dec86bf620da58847b321d307.tar.xz bootstrap-b18c009051936e3dec86bf620da58847b321d307.zip | |
fixes #5473: use baselineheight var for input bottom margin
Diffstat (limited to 'less')
| -rw-r--r-- | less/forms.less | 2 |
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; |
