From: Chris Rebert Date: Mon, 24 Feb 2014 22:43:09 +0000 (-0800) Subject: fix #12836 X-Git-Tag: v3.2.0~426^2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=754791e3d9b67fd71b6a1250f93ea9723b68e221;p=thirdparty%2Fbootstrap.git fix #12836 Thanks @Quy. --- diff --git a/less/forms.less b/less/forms.less index 24cb0da69d..8c90e4fdf1 100644 --- a/less/forms.less +++ b/less/forms.less @@ -51,7 +51,7 @@ input[type="search"] { input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; - margin-top: 1px \9; /* IE8-9 */ + margin-top: 1px \9; // IE8-9 line-height: normal; }