Commit e686464a authored by Mark Otto's avatar Mark Otto

Simpler horizontal form button placement

parent 6585c723
......@@ -1269,8 +1269,6 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<input type="checkbox"> Remember me
</label>
</div>
</div>
<div class="col-lg-10 col-offset-2">
<button type="submit" class="btn btn-default">Sign in</button>
</div>
</div>
......@@ -1292,8 +1290,6 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<input type="checkbox"> Remember me
</label>
</div>
</div>
<div class="col-lg-10 col-offset-2">
<button type="submit" class="btn btn-default">Sign in</button>
</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