Commit badececc authored by Mark Otto's avatar Mark Otto

Merge pull request #8233 from zurt/patch-1

Add missing property to form-horizontal docs
parents 546d40a1 98a8eaff
...@@ -1201,7 +1201,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline. ...@@ -1201,7 +1201,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<label for="" class="col-lg-2 control-label">Password</label> <label for="inputPassword" class="col-lg-2 control-label">Password</label>
<div class="col-lg-10"> <div class="col-lg-10">
<input type="password" id="inputPassword" placeholder="Password"> <input type="password" id="inputPassword" placeholder="Password">
<div class="checkbox"> <div class="checkbox">
...@@ -1224,7 +1224,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline. ...@@ -1224,7 +1224,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<label for="" class="col-lg-2 control-label">Password</label> <label for="inputPassword" class="col-lg-2 control-label">Password</label>
<div class="col-lg-10"> <div class="col-lg-10">
<input type="password" id="inputPassword" placeholder="Password"> <input type="password" id="inputPassword" placeholder="Password">
<div class="checkbox"> <div class="checkbox">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment