Skip to content

Commit

Permalink
Fixes #8001: add IDs for example inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Jun 20, 2013
1 parent badecec commit 5fcdf12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/css.html
Original file line number Diff line number Diff line change
Expand Up @@ -1130,8 +1130,8 @@ <h2 id="forms-example">Basic example</h2>
<form class="bs-example">
<fieldset>
<legend>Legend</legend>
<label>Label name</label>
<input type="text" placeholder="Type something…">
<label for="exampleInput">Label name</label>
<input type="text" id="exampleInput" placeholder="Type something…">
<p class="help-block">Example block-level help text here.</p>
<div class="checkbox">
<label>
Expand All @@ -1145,8 +1145,8 @@ <h2 id="forms-example">Basic example</h2>
<form>
<fieldset>
<legend>Legend</legend>
<label>Label name</label>
<input type="text" placeholder="Type something…">
<label for="exampleInput">Label name</label>
<input type="text" id="exampleInput" placeholder="Type something…">
<p class="help-block">Example block-level help text here.</p>
<div class="checkbox">
<label>
Expand Down

0 comments on commit 5fcdf12

Please sign in to comment.