mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
typo fixed: highligted source code of second radio button was missing in css.html -> checkboxes & radios -> default section
This commit is contained in:
parent
710dbb5260
commit
6f9ed7efeb
1 changed files with 4 additions and 0 deletions
4
css.html
4
css.html
|
@ -1342,6 +1342,10 @@ For example, <code><section></code> should be wrapped as inline.
|
||||||
<input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked>
|
<input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked>
|
||||||
Option one is this and that—be sure to include why it's great
|
Option one is this and that—be sure to include why it's great
|
||||||
</label>
|
</label>
|
||||||
|
<label>
|
||||||
|
<input type="radio" name="optionsRadios" id="optionsRadios2" value="option2">
|
||||||
|
Option two can be something else and selecting it will deselect option one
|
||||||
|
</label>
|
||||||
</div>
|
</div>
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue