From: Chris Rebert Date: Mon, 22 Dec 2014 22:57:40 +0000 (-0800) Subject: Remove reference to old fixed WebKit bug in Less comment. X-Git-Tag: v3.3.2~5^2~73^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F15427%2Fhead;p=thirdparty%2Fbootstrap.git Remove reference to old fixed WebKit bug in Less comment. Per https://github.com/twbs/bootstrap/issues/1969#issuecomment-36971094 [skip sauce] [skip validator] --- diff --git a/less/forms.less b/less/forms.less index 085d9d47ce..c57c2beb05 100644 --- a/less/forms.less +++ b/less/forms.less @@ -461,8 +461,7 @@ input[type="checkbox"] { } // Remove default margin on radios/checkboxes that were used for stacking, and - // then undo the floating of radios and checkboxes to match (which also avoids - // a bug in WebKit: https://github.com/twbs/bootstrap/issues/1969). + // then undo the floating of radios and checkboxes to match. .radio, .checkbox { display: inline-block;