aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-28 12:43:19 -0800
committerMark Otto <[email protected]>2012-01-28 12:43:19 -0800
commit2bfda031cebcde7361797dd54badeb91d4cb98cf (patch)
tree6ff901046e44d11f3f3049da9cddcca300eb5ec4 /docs/templates
parent39f70afed9998826f4a4ff548b721a5b065c985e (diff)
downloadbootstrap-2bfda031cebcde7361797dd54badeb91d4cb98cf.tar.xz
bootstrap-2bfda031cebcde7361797dd54badeb91d4cb98cf.zip
darken buttons, uncomment out firefox keyframes from progress bars
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/base-css.mustache4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index 23d72efd5..6cbb111ac 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -1063,11 +1063,11 @@
<label class="control-label">{{_i}}Radio buttons{{/i}}</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>
{{_i}}Option one is this and that&mdash;be sure to include why it’s great{{/i}}
</label>
<label class="radio">
- <input type="radio" id="optionsRadios2" value="option2">
+ <input type="radio" name="optionsRadios" id="optionsRadios2" value="option2">
{{_i}}Option two can is something else and selecting it will deselect option one{{/i}}
</label>
</div>