diff options
| author | Ross Allen <[email protected]> | 2013-07-27 20:39:24 -0700 |
|---|---|---|
| committer | Ross Allen <[email protected]> | 2013-07-27 20:39:24 -0700 |
| commit | cee5f6fbdf79a030b6aadfd0c6f8a80c43b40b24 (patch) | |
| tree | 58197fc1f67d9802a17b8f12a38258f3ef1dec7c | |
| parent | 2998929b39eb3a4d587c6237d98095f9f5b0df2f (diff) | |
| download | bootstrap-cee5f6fbdf79a030b6aadfd0c6f8a80c43b40b24.tar.xz bootstrap-cee5f6fbdf79a030b6aadfd0c6f8a80c43b40b24.zip | |
Add new 'form-control' class to style header inputs
| -rw-r--r-- | jumbotron/index.html | 4 |
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 --> |
