]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix #13964 13993/head
authorChris Rebert <code@rebertia.com>
Mon, 30 Jun 2014 17:27:55 +0000 (10:27 -0700)
committerChris Rebert <code@rebertia.com>
Mon, 30 Jun 2014 17:27:55 +0000 (10:27 -0700)
docs/examples/signin/index.html

index c9d2293a0006c38099664e69ded8d99fc3d05f07..f25bedad79fda0dc7f812c5774e448ae040f6fd4 100644 (file)
         <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>