Commit 602e0c0b authored by ChrisRiddell's avatar ChrisRiddell

fix Horizontal form docs

parent 4bac2c56
...@@ -1305,7 +1305,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline. ...@@ -1305,7 +1305,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
</div> </div>
</div> </div>
<div class="form-group"> <div class="form-group">
<div class="col-offset-2 col-lg-10"> <div class="col-lg-offset-2 col-lg-10">
<div class="checkbox"> <div class="checkbox">
<label> <label>
<input type="checkbox"> Remember me <input type="checkbox"> Remember me
...@@ -1314,7 +1314,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline. ...@@ -1314,7 +1314,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
</div> </div>
</div> </div>
<div class="form-group"> <div class="form-group">
<div class="col-offset-2 col-lg-10"> <div class="col-lg-offset-2 col-lg-10">
<button type="submit" class="btn btn-default">Sign in</button> <button type="submit" class="btn btn-default">Sign in</button>
</div> </div>
</div> </div>
...@@ -1334,7 +1334,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline. ...@@ -1334,7 +1334,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
</div> </div>
</div> </div>
<div class="form-group"> <div class="form-group">
<div class="col-offset-2 col-lg-10"> <div class="col-lg-offset-2 col-lg-10">
<div class="checkbox"> <div class="checkbox">
<label> <label>
<input type="checkbox"> Remember me <input type="checkbox"> Remember me
...@@ -1343,7 +1343,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline. ...@@ -1343,7 +1343,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
</div> </div>
</div> </div>
<div class="form-group"> <div class="form-group">
<div class="col-offset-2 col-lg-10"> <div class="col-lg-offset-2 col-lg-10">
<button type="submit" class="btn btn-default">Sign in</button> <button type="submit" class="btn btn-default">Sign in</button>
</div> </div>
</div> </div>
......
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