0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-30 22:52:24 +01:00

Simpler horizontal form button placement

This commit is contained in:
Mark Otto 2013-07-26 16:01:34 -07:00
parent 6585c723f8
commit e686464ad8

View File

@ -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>