Skip to content

Commit

Permalink
Merge pull request #13993 from twbs/fix-13964
Browse files Browse the repository at this point in the history
Fix #13964
  • Loading branch information
mdo committed Jun 30, 2014
2 parents 2253514 + bf183e0 commit 2ff0e5e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/examples/signin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 2ff0e5e

Please sign in to comment.