Merge pull request #10 from ssorallen/sigin-input-block
Replace 'input-block-level' with 'form-control'
This commit is contained in:
commit
a9830a0bab
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@
|
|||
|
||||
<form class="form-signin">
|
||||
<h2 class="form-signin-heading">Please sign in</h2>
|
||||
<input type="text" class="input-block-level" placeholder="Email address" autofocus>
|
||||
<input type="password" class="input-block-level" placeholder="Password">
|
||||
<input type="text" class="form-control" placeholder="Email address" autofocus>
|
||||
<input type="password" class="form-control" placeholder="Password">
|
||||
<label class="checkbox">
|
||||
<input type="checkbox" value="remember-me"> Remember me
|
||||
</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue