mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Merge pull request #9398 from twbs/minor-docs-fix
fix ID of <select> in fieldset[disabled] example
This commit is contained in:
commit
9391f4de4b
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">
|
<input type="text" id="disabledInput" class="form-control" placeholder="Disabled input">
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="disabledInput">Disabled select menu</label>
|
<label for="disabledSelect">Disabled select menu</label>
|
||||||
<select id="disabledSelect" class="form-control">
|
<select id="disabledSelect" class="form-control">
|
||||||
<option>Disabled select</option>
|
<option>Disabled select</option>
|
||||||
</select>
|
</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">
|
<input type="text" id="disabledInput" class="form-control" placeholder="Disabled input">
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="disabledInput">Disabled select menu</label>
|
<label for="disabledSelect">Disabled select menu</label>
|
||||||
<select id="disabledSelect" class="form-control">
|
<select id="disabledSelect" class="form-control">
|
||||||
<option>Disabled select</option>
|
<option>Disabled select</option>
|
||||||
</select>
|
</select>
|
||||||
|
|
Loading…
Reference in a new issue