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 | 7fa99fb1fe9392f61cb5c46f7e5082e73e8b8784 (patch) | |
| tree | 2fea436603a9dd0c2b1ab82f50d95e271d89346b /docs/examples/hero.html | |
| parent | 6bf661aceb934db79b148757aed5cd13ce174658 (diff) | |
| download | bootstrap-7fa99fb1fe9392f61cb5c46f7e5082e73e8b8784.tar.xz bootstrap-7fa99fb1fe9392f61cb5c46f7e5082e73e8b8784.zip | |
fix navbar form alignment, and update examples to show these cases
Diffstat (limited to 'docs/examples/hero.html')
| -rw-r--r-- | docs/examples/hero.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/examples/hero.html b/docs/examples/hero.html index 32f6561bd..3efe568eb 100644 --- a/docs/examples/hero.html +++ b/docs/examples/hero.html @@ -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> |
