mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-25 08:50:22 +00:00
Merge pull request #7824 from burnsra/3.0.0-wip-examples
Fix form in navbar
This commit is contained in:
commit
217ac7b7b7
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ title: Jumbotron template
|
|||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="navbar-form pull-right">
|
||||
<form class="navbar-form form-inline pull-right">
|
||||
<input type="text" placeholder="Email">
|
||||
<input type="password" placeholder="Password">
|
||||
<button type="submit" class="btn">Sign in</button>
|
||||
|
|
|
|||
Loading…
Reference in a new issue