From: Pete Hopkins Date: Thu, 26 Jan 2012 18:56:18 +0000 (-0500) Subject: Fixes off-by-1px between checkbox and form label (all browsers) X-Git-Tag: v2.0.0~6^2~141^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c13de3db607dad06ce992e78ffdb8c2fa6871e70;p=thirdparty%2Fbootstrap.git Fixes off-by-1px between checkbox and form label (all browsers) --- diff --git a/lib/forms.less b/lib/forms.less index 744649f904..4aec1ec1ab 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -162,7 +162,7 @@ input[type=hidden] { // Move the options list down to align with labels .controls > .radio:first-child, .controls > .checkbox:first-child { - padding-top: 6px; // has to be padding because margin collaspes + padding-top: 5px; // has to be padding because margin collaspes } // Radios and checkboxes on same line