0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

lol my bad, fix that last one too

This commit is contained in:
Mark Otto 2016-05-08 15:31:53 -07:00
parent 4a064209ba
commit bd904d70c9

View File

@ -370,7 +370,7 @@ Be sure to add `.col-form-label` to your `<label>`s as well so they're verticall
</div>
<div class="radio">
<label>
<input type="radio" name="gridRadios" id="gridRadios1" value="option2">
<input type="radio" name="gridRadios" id="gridRadios2" value="option2">
Option two can be something else and selecting it will deselect option one
</label>
</div>