mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-07 22:40:59 +00:00
Simpler horizontal form button placement
This commit is contained in:
parent
6585c723f8
commit
e686464ad8
1 changed files with 0 additions and 4 deletions
4
css.html
4
css.html
|
|
@ -1269,8 +1269,6 @@ For example, <code><section></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><section></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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue