mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-17 10:50:58 +00:00
Merge remote-tracking branch 'upstream/3.0.0-wip' into 3.0.0-wip
This commit is contained in:
commit
e06b6ba7ba
1 changed files with 4 additions and 4 deletions
8
css.html
8
css.html
|
|
@ -1305,7 +1305,7 @@ For example, <code><section></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><section></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><section></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><section></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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue