aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/jumbotron/index.html8
-rw-r--r--examples/jumbotron/jumbotron.css6
2 files changed, 6 insertions, 8 deletions
diff --git a/examples/jumbotron/index.html b/examples/jumbotron/index.html
index d5654e72e..fd874a804 100644
--- a/examples/jumbotron/index.html
+++ b/examples/jumbotron/index.html
@@ -47,8 +47,12 @@
</li>
</ul>
<form class="navbar-form navbar-right">
- <input type="text" placeholder="Email" class="form-control">
- <input type="password" placeholder="Password" class="form-control">
+ <div class="form-group">
+ <input type="text" placeholder="Email" class="form-control">
+ </div>
+ <div class="form-group">
+ <input type="password" placeholder="Password" class="form-control">
+ </div>
<button type="submit" class="btn">Sign in</button>
</form>
</div><!--/.navbar-collapse -->
diff --git a/examples/jumbotron/jumbotron.css b/examples/jumbotron/jumbotron.css
index 17d253be4..594e2c794 100644
--- a/examples/jumbotron/jumbotron.css
+++ b/examples/jumbotron/jumbotron.css
@@ -4,12 +4,6 @@ body {
padding-bottom: 20px;
}
-/* Set widths on the navbar form inputs since otherwise they're 100% wide */
-.navbar-form input[type="text"],
-.navbar-form input[type="password"] {
- width: 180px;
-}
-
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {