diff options
| author | Mark Otto <[email protected]> | 2012-07-30 12:15:08 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-30 12:15:08 -0700 |
| commit | 2b31caae2d5ddf69da4a341ac8becdd53cc79cc8 (patch) | |
| tree | 2a2de965dedcef301cce7e9062453f1b8b10c8b8 /hero.html | |
| parent | 47d66e0a3f9a65208853ae67b71aa108ae813d1c (diff) | |
| download | bootstrap-2b31caae2d5ddf69da4a341ac8becdd53cc79cc8.tar.xz bootstrap-2b31caae2d5ddf69da4a341ac8becdd53cc79cc8.zip | |
fix navbar form alignment, and update examples to show these cases
Diffstat (limited to 'hero.html')
| -rw-r--r-- | hero.html | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -47,6 +47,11 @@ <li><a href="#about">About</a></li> <li><a href="#contact">Contact</a></li> </ul> + <form class="navbar-form pull-right"> + <input class="span2" type="text" placeholder="Email"> + <input class="span2" type="password" placeholder="Password"> + <button type="submit" class="btn">Sign in</button> + </form> </div><!--/.nav-collapse --> </div> </div> |
