]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
typo fixed: highligted source code of second radio button was missing in css.html... 8528/head
authorMax <max@supportex.net>
Fri, 19 Jul 2013 10:28:26 +0000 (13:28 +0300)
committerMax <max@supportex.net>
Fri, 19 Jul 2013 10:28:26 +0000 (13:28 +0300)
css.html

index 4500efdd1b4f45f5c5bbb33fda01cad0c6f2c5f9..f12a1349aea72c04d8ada0c628d7b219dea66eef 100644 (file)
--- 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 %}