aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-06-30 10:27:55 -0700
committerChris Rebert <[email protected]>2014-06-30 10:27:55 -0700
commitbf183e080e9dd5fda878866f0f5ac567c41568b3 (patch)
treec4d703cb8c2df656560b1de1c666e4896fa7a3e8 /docs
parent225351431eeb19178bf2679ee9e0936790a5c765 (diff)
downloadbootstrap-bf183e080e9dd5fda878866f0f5ac567c41568b3.tar.xz
bootstrap-bf183e080e9dd5fda878866f0f5ac567c41568b3.zip
fix #13964
Diffstat (limited to 'docs')
-rw-r--r--docs/examples/signin/index.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/examples/signin/index.html b/docs/examples/signin/index.html
index c9d2293a0..f25bedad7 100644
--- a/docs/examples/signin/index.html
+++ b/docs/examples/signin/index.html
@@ -38,9 +38,11 @@
<h2 class="form-signin-heading">Please sign in</h2>
<input type="email" class="form-control" placeholder="Email address" required autofocus>
<input type="password" class="form-control" placeholder="Password" required>
- <label class="checkbox">
- <input type="checkbox" value="remember-me"> Remember me
- </label>
+ <div class="checkbox">
+ <label>
+ <input type="checkbox" value="remember-me"> Remember me
+ </label>
+ </div>
<button class="btn btn-lg btn-primary btn-block" type="submit">Sign in</button>
</form>