diff options
| author | Mark Otto <[email protected]> | 2013-05-09 09:22:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-09 09:22:58 -0700 |
| commit | 7c94f5ef647dada658cdadc381b837c9c66c3336 (patch) | |
| tree | 20fdbc00c4222174d7f14eabe05fe1fe7bf4b4b5 | |
| parent | 751eb0bdcc1e62f8822cefb5b99d6fbc64de2469 (diff) | |
| parent | 217ac7b7b7aa163036b7d40cd54ab8485c474ee8 (diff) | |
| download | bootstrap-7c94f5ef647dada658cdadc381b837c9c66c3336.tar.xz bootstrap-7c94f5ef647dada658cdadc381b837c9c66c3336.zip | |
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
| -rw-r--r-- | docs/examples/jumbotron.html | 2 |
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> |
