Commit 602e0c0b authored by ChrisRiddell's avatar ChrisRiddell
Browse files

fix Horizontal form docs

parent 4bac2c56
1 merge request!9037Fix Horizontal form docs
Showing with 4 additions and 4 deletions
+4 -4
......@@ -1305,7 +1305,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
</div>
</div>
<div class="form-group">
<div class="col-offset-2 col-lg-10">
<div class="col-lg-offset-2 col-lg-10">
<div class="checkbox">
<label>
<input type="checkbox"> Remember me
......@@ -1314,7 +1314,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
</div>
</div>
<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>
</div>
</div>
......@@ -1334,7 +1334,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
</div>
</div>
<div class="form-group">
<div class="col-offset-2 col-lg-10">
<div class="col-lg-offset-2 col-lg-10">
<div class="checkbox">
<label>
<input type="checkbox"> Remember me
......@@ -1343,7 +1343,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
</div>
</div>
<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>
</div>
</div>
......
Supports Markdown
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