mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-01 09:35:02 -05:00
darken buttons, uncomment out firefox keyframes from progress bars
This commit is contained in:
4
docs/templates/pages/base-css.mustache
vendored
4
docs/templates/pages/base-css.mustache
vendored
@@ -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—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>
|
||||
|
||||
Reference in New Issue
Block a user