mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-02 09:44:42 +00:00
Fix form in navbar
This commit is contained in:
parent
766be659c1
commit
3a539abbd2
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ title: Jumbotron template
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<form class="navbar-form pull-right">
|
<form class="navbar-form form-inline pull-right">
|
||||||
<input type="text" placeholder="Email">
|
<input type="text" placeholder="Email">
|
||||||
<input type="password" placeholder="Password">
|
<input type="password" placeholder="Password">
|
||||||
<button type="submit" class="btn">Sign in</button>
|
<button type="submit" class="btn">Sign in</button>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue