diff options
| author | Mark Otto <[email protected]> | 2013-07-29 17:03:00 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-29 17:03:00 -0700 |
| commit | 09fff764eda8c5f10805ba7af6ae9aa93ecb79b4 (patch) | |
| tree | 510870d3a8a8bbd876b02a7540226e3970b015cd /css.html | |
| parent | d9c9afa6d180001fd4ae1f8be9f330fdffc959ca (diff) | |
| download | bootstrap-09fff764eda8c5f10805ba7af6ae9aa93ecb79b4.tar.xz bootstrap-09fff764eda8c5f10805ba7af6ae9aa93ecb79b4.zip | |
fixes #8687: correct docs typo on radio inputs
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1392,6 +1392,8 @@ 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> +</div> +<div class="radio"> <label> <input type="radio" name="optionsRadios" id="optionsRadios2" value="option2"> Option two can be something else and selecting it will deselect option one |
