diff options
| author | Mark Otto <[email protected]> | 2013-07-19 09:34:20 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-19 09:34:20 -0700 |
| commit | 416fd9d19b9f3f302bcf4479a202b041ff621a1b (patch) | |
| tree | 2f4a1f9c7f32df38f96d514dece5a7b12c5f4267 /css.html | |
| parent | 710dbb5260a2cce13e613865c374ef36d71b7cdc (diff) | |
| parent | 6f9ed7efeb0a4f3252f0f11d53d5f9be065abc4f (diff) | |
| download | bootstrap-416fd9d19b9f3f302bcf4479a202b041ff621a1b.tar.xz bootstrap-416fd9d19b9f3f302bcf4479a202b041ff621a1b.zip | |
Merge pull request #8528 from dtmax/3.0.0-wip
typo fixed: highligted source code of second radio button was missing
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1342,6 +1342,10 @@ For example, <code><section></code> should be wrapped as inline. <input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked> Option one is this and that—be sure to include why it's great </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> {% endhighlight %} |
