darken buttons, uncomment out firefox keyframes from progress bars
This commit is contained in:
parent
39f70afed9
commit
2bfda031ce
5 changed files with 61 additions and 54 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue