From b18c009051936e3dec86bf620da58847b321d307 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 10 Oct 2012 09:47:08 -0700 Subject: [PATCH] fixes #5473: use baselineheight var for input bottom margin --- less/forms.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;