diff options
| author | Chris Rebert <[email protected]> | 2014-12-22 14:59:35 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-12-22 14:59:35 -0800 |
| commit | f2a0a78b179d3730c9e49e661ff0d6d87e67f58f (patch) | |
| tree | da3019dd8d560c8693d9abc4c7ea4b6b6f22c6e1 /less/forms.less | |
| parent | bb9118f03a00b33f9859319d1237cdf13ae3ee4d (diff) | |
| parent | c27585098278c3629377de5fc5948e1d8fddb9ae (diff) | |
| download | bootstrap-f2a0a78b179d3730c9e49e661ff0d6d87e67f58f.tar.xz bootstrap-f2a0a78b179d3730c9e49e661ff0d6d87e67f58f.zip | |
Merge pull request #15427 from twbs/defunct-bug-1969
Remove reference to old fixed WebKit bug in Less comment.
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/less/forms.less b/less/forms.less index 085d9d47c..c57c2beb0 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; |
