mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-24 03:03:42 +00:00
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>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<form class="navbar-form form-inline pull-right">
|
<form class="navbar-form form-inline pull-right">
|
||||||
<input type="text" placeholder="Email">
|
<input type="text" placeholder="Email" class="form-control">
|
||||||
<input type="password" placeholder="Password">
|
<input type="password" placeholder="Password" class="form-control">
|
||||||
<button type="submit" class="btn">Sign in</button>
|
<button type="submit" class="btn">Sign in</button>
|
||||||
</form>
|
</form>
|
||||||
</div><!--/.nav-collapse -->
|
</div><!--/.nav-collapse -->
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue