]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #5473: use baselineheight var for input bottom margin
authorMark Otto <markdotto@gmail.com>
Wed, 10 Oct 2012 16:47:08 +0000 (09:47 -0700)
committerMark Otto <markdotto@gmail.com>
Wed, 10 Oct 2012 16:47:08 +0000 (09:47 -0700)
less/forms.less

index e3da82265f6445de8358c66a55572377b034fba3..e142f2ac378e5d9ef534948e7fe0dc93a51e51ae 100644 (file)
@@ -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;