aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 -->