aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Allen <[email protected]>2013-07-27 20:39:24 -0700
committerRoss Allen <[email protected]>2013-07-27 20:39:24 -0700
commitcee5f6fbdf79a030b6aadfd0c6f8a80c43b40b24 (patch)
tree58197fc1f67d9802a17b8f12a38258f3ef1dec7c
parent2998929b39eb3a4d587c6237d98095f9f5b0df2f (diff)
downloadbootstrap-cee5f6fbdf79a030b6aadfd0c6f8a80c43b40b24.tar.xz
bootstrap-cee5f6fbdf79a030b6aadfd0c6f8a80c43b40b24.zip
Add new 'form-control' class to style header inputs
-rw-r--r--jumbotron/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/jumbotron/index.html b/jumbotron/index.html
index f73a8d715..6db59d5d4 100644
--- a/jumbotron/index.html
+++ b/jumbotron/index.html
@@ -44,8 +44,8 @@
</li>
</ul>
<form class="navbar-form form-inline pull-right">
- <input type="text" placeholder="Email">
- <input type="password" placeholder="Password">
+ <input type="text" placeholder="Email" class="form-control">
+ <input type="password" placeholder="Password" class="form-control">
<button type="submit" class="btn">Sign in</button>
</form>
</div><!--/.nav-collapse -->