1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-19 20:02:34 +02:00

regenerate with fixes applied

This commit is contained in:
Chris Rebert
2014-06-30 21:11:21 -07:00
parent 709ae8ef61
commit 6d3086b772
4 changed files with 32 additions and 24 deletions

View File

@@ -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>