From: Pete Hopkins Date: Thu, 26 Jan 2012 19:11:05 +0000 (-0500) Subject: Clears border-radius on checkboxes because they look bad on IE X-Git-Tag: v2.0.0~6^2~141^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f76444c8585f3a720e0af2cedd33acddc718b962;p=thirdparty%2Fbootstrap.git Clears border-radius on checkboxes because they look bad on IE --- diff --git a/lib/forms.less b/lib/forms.less index 4aec1ec1ab..b2bd7b8cc8 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -87,6 +87,7 @@ input[type=radio] { line-height: normal; border: none; cursor: pointer; + .border-radius(0); } // Reset the file input to browser defaults