aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRobert Burns <[email protected]>2013-05-09 07:21:22 -0400
committerRobert Burns <[email protected]>2013-05-09 07:21:22 -0400
commit3a539abbd2dcc9dbb4e6891c4e8841dd1b208385 (patch)
tree2f87a40b2b035cd5ef102dfa48b51972260aeff6 /docs
parent766be659c15d0fef1c83767504b3aac96af19c1c (diff)
downloadbootstrap-3a539abbd2dcc9dbb4e6891c4e8841dd1b208385.tar.xz
bootstrap-3a539abbd2dcc9dbb4e6891c4e8841dd1b208385.zip
Fix form in navbar
Diffstat (limited to 'docs')
-rw-r--r--docs/examples/jumbotron.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/jumbotron.html b/docs/examples/jumbotron.html
index 3982a34d9..5b2f62eb5 100644
--- a/docs/examples/jumbotron.html
+++ b/docs/examples/jumbotron.html
@@ -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>