diff options
| author | Max <[email protected]> | 2013-07-19 13:28:26 +0300 |
|---|---|---|
| committer | Max <[email protected]> | 2013-07-19 13:28:26 +0300 |
| commit | 6f9ed7efeb0a4f3252f0f11d53d5f9be065abc4f (patch) | |
| tree | 2f4a1f9c7f32df38f96d514dece5a7b12c5f4267 /css.html | |
| parent | 710dbb5260a2cce13e613865c374ef36d71b7cdc (diff) | |
| download | bootstrap-6f9ed7efeb0a4f3252f0f11d53d5f9be065abc4f.tar.xz bootstrap-6f9ed7efeb0a4f3252f0f11d53d5f9be065abc4f.zip | |
typo fixed: highligted source code of second radio button was missing in css.html -> checkboxes & radios -> default section
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 %} |
