mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Add new 'form-control' class to style header inputs
This commit is contained in:
parent
2998929b39
commit
cee5f6fbdf
@ -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…
Reference in New Issue
Block a user