diff options
| author | Mark Otto <[email protected]> | 2012-01-28 12:43:19 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-28 12:43:19 -0800 |
| commit | 2bfda031cebcde7361797dd54badeb91d4cb98cf (patch) | |
| tree | 6ff901046e44d11f3f3049da9cddcca300eb5ec4 /docs/base-css.html | |
| parent | 39f70afed9998826f4a4ff548b721a5b065c985e (diff) | |
| download | bootstrap-2bfda031cebcde7361797dd54badeb91d4cb98cf.tar.xz bootstrap-2bfda031cebcde7361797dd54badeb91d4cb98cf.zip | |
darken buttons, uncomment out firefox keyframes from progress bars
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 4 |
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, <code>section</code> 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—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> |
