aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-28 13:17:07 -0800
committerJacob Thornton <[email protected]>2012-01-28 13:17:07 -0800
commitb38a13ef98bbdf33deb94462386ecffaea89b242 (patch)
treeea949032b625168cce59e96eaeac9a19f2f7d3b1 /docs/base-css.html
parent6935f693b3bce10f9bfe7b7e1f3c2705ff2b6ca2 (diff)
parent1a22c3b30aa67b4f092b164fad188050af8bbab2 (diff)
downloadbootstrap-b38a13ef98bbdf33deb94462386ecffaea89b242.tar.xz
bootstrap-b38a13ef98bbdf33deb94462386ecffaea89b242.zip
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Diffstat (limited to 'docs/base-css.html')
-rw-r--r--docs/base-css.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index 740e0e143..10f3db03d 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -1128,11 +1128,11 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
<label class="control-label">Radio buttons</label>
<div class="controls">
<label class="radio">
- <input type="radio" id="optionsRadios1" value="option1" checked>
+ <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 class="radio">
- <input type="radio" id="optionsRadios2" value="option2">
+ <input type="radio" name="optionsRadios" id="optionsRadios2" value="option2">
Option two can is something else and selecting it will deselect option one
</label>
</div>