aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-19 09:34:20 -0700
committerMark Otto <[email protected]>2013-07-19 09:34:20 -0700
commit416fd9d19b9f3f302bcf4479a202b041ff621a1b (patch)
tree2f4a1f9c7f32df38f96d514dece5a7b12c5f4267 /css.html
parent710dbb5260a2cce13e613865c374ef36d71b7cdc (diff)
parent6f9ed7efeb0a4f3252f0f11d53d5f9be065abc4f (diff)
downloadbootstrap-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.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 %}