aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-16 11:10:35 -0700
committerMark Otto <[email protected]>2013-08-16 11:10:35 -0700
commit6965c12e3002dce219ae063342218f197b1a0bfc (patch)
tree9e2dc757d5fdc356d3df22c8c5ed85f3f7b3cd2c /examples
parent771ac3207e1f5c0a624680a11e8245da13dcac12 (diff)
downloadbootstrap-6965c12e3002dce219ae063342218f197b1a0bfc.tar.xz
bootstrap-6965c12e3002dce219ae063342218f197b1a0bfc.zip
fixes #9697
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 {