aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMax <[email protected]>2013-07-19 13:28:26 +0300
committerMax <[email protected]>2013-07-19 13:28:26 +0300
commit6f9ed7efeb0a4f3252f0f11d53d5f9be065abc4f (patch)
tree2f4a1f9c7f32df38f96d514dece5a7b12c5f4267 /css.html
parent710dbb5260a2cce13e613865c374ef36d71b7cdc (diff)
downloadbootstrap-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.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/css.html b/css.html
index 4500efdd1..f12a1349a 100644
--- a/css.html
+++ b/css.html
@@ -1342,6 +1342,10 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked>
Option one is this and that&mdash;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 %}