diff options
| author | Elvis Ratzlaff <[email protected]> | 2013-08-03 04:52:09 -0400 |
|---|---|---|
| committer | Elvis Ratzlaff <[email protected]> | 2013-08-03 04:52:09 -0400 |
| commit | e06b6ba7bafcd1391b8b592b9cabeeab17669f22 (patch) | |
| tree | 6b14eb365e2036441476748f048009470c82d712 /css.html | |
| parent | 777ae911b6d5d290675b8d90d8262fa2d355cb9e (diff) | |
| parent | 5b66a1608e62fd9d82ae8f0fe300af69777423d0 (diff) | |
| download | bootstrap-e06b6ba7bafcd1391b8b592b9cabeeab17669f22.tar.xz bootstrap-e06b6ba7bafcd1391b8b592b9cabeeab17669f22.zip | |
Merge remote-tracking branch 'upstream/3.0.0-wip' into 3.0.0-wip
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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> |
