diff options
| author | Chris Rebert <[email protected]> | 2013-08-03 01:27:20 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-03 01:27:20 -0700 |
| commit | 5b66a1608e62fd9d82ae8f0fe300af69777423d0 (patch) | |
| tree | 76b84db1512f19e28959892722c374d7575a2f4c /css.html | |
| parent | 4bac2c567a139958cb2ff35f7ad30c7dcd8527a3 (diff) | |
| parent | 602e0c0ba04449e5b84c0490e3a22cb7b82f7131 (diff) | |
| download | bootstrap-5b66a1608e62fd9d82ae8f0fe300af69777423d0.tar.xz bootstrap-5b66a1608e62fd9d82ae8f0fe300af69777423d0.zip | |
Merge pull request #9037 from ChrisRiddell/horizontal-form-fix
Fix Horizontal form docs
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> |
