mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fix ID of <select> in fieldset[disabled] example
This commit is contained in:
parent
c558c035d7
commit
1c64c8f43b
1 changed files with 2 additions and 2 deletions
4
css.html
4
css.html
|
@ -1699,7 +1699,7 @@ For example, <code><section></code> should be wrapped as inline.
|
|||
<input type="text" id="disabledInput" class="form-control" placeholder="Disabled input">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="disabledInput">Disabled select menu</label>
|
||||
<label for="disabledSelect">Disabled select menu</label>
|
||||
<select id="disabledSelect" class="form-control">
|
||||
<option>Disabled select</option>
|
||||
</select>
|
||||
|
@ -1720,7 +1720,7 @@ For example, <code><section></code> should be wrapped as inline.
|
|||
<input type="text" id="disabledInput" class="form-control" placeholder="Disabled input">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="disabledInput">Disabled select menu</label>
|
||||
<label for="disabledSelect">Disabled select menu</label>
|
||||
<select id="disabledSelect" class="form-control">
|
||||
<option>Disabled select</option>
|
||||
</select>
|
||||
|
|
Loading…
Add table
Reference in a new issue