0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Merge pull request #9398 from twbs/minor-docs-fix

fix ID of <select> in fieldset[disabled] example
This commit is contained in:
Chris Rebert 2013-08-12 16:55:47 -07:00
commit 9391f4de4b

View File

@ -1699,7 +1699,7 @@ For example, <code>&lt;section&gt;</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>&lt;section&gt;</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>