aboutsummaryrefslogtreecommitdiff
path: root/hero.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-07-30 12:15:08 -0700
committerMark Otto <[email protected]>2012-07-30 12:15:08 -0700
commit2b31caae2d5ddf69da4a341ac8becdd53cc79cc8 (patch)
tree2a2de965dedcef301cce7e9062453f1b8b10c8b8 /hero.html
parent47d66e0a3f9a65208853ae67b71aa108ae813d1c (diff)
downloadbootstrap-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.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/hero.html b/hero.html
index 32f6561bd..3efe568eb 100644
--- a/hero.html
+++ b/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>