diff options
| author | Mark Otto <[email protected]> | 2014-06-25 16:56:36 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-25 16:56:36 -0700 |
| commit | e40df7cfacef0b581810c8ec661923054541638c (patch) | |
| tree | bc712b51d63700898b06cdb566512fe2319d201f /dist/css/bootstrap.css | |
| parent | 32bde78e1996a92e6b801e1f4a475d5ab48685f8 (diff) | |
| download | bootstrap-e40df7cfacef0b581810c8ec661923054541638c.tar.xz bootstrap-e40df7cfacef0b581810c8ec661923054541638c.zip | |
fixes #13912: make radios/checkboxes work with inline forms again
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index f26735075..1d529e6db 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2676,7 +2676,7 @@ select[multiple].input-lg { } .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { - float: none; + position: relative; margin-left: 0; } .form-inline .has-feedback .form-control-feedback { @@ -4029,7 +4029,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { } .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { - float: none; + position: relative; margin-left: 0; } .navbar-form .has-feedback .form-control-feedback { |
