Add new 'form-control' class to style header inputs
This commit is contained in:
parent
2998929b39
commit
cee5f6fbdf
1 changed files with 2 additions and 2 deletions
|
|
@ -44,8 +44,8 @@
|
|||
</li>
|
||||
</ul>
|
||||
<form class="navbar-form form-inline pull-right">
|
||||
<input type="text" placeholder="Email">
|
||||
<input type="password" placeholder="Password">
|
||||
<input type="text" placeholder="Email" class="form-control">
|
||||
<input type="password" placeholder="Password" class="form-control">
|
||||
<button type="submit" class="btn">Sign in</button>
|
||||
</form>
|
||||
</div><!--/.nav-collapse -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue