aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-02-24 16:43:07 -0800
committerMark Otto <[email protected]>2015-02-24 16:43:07 -0800
commit05513c52c4b31db3646639ba4e1b8a5ee7271ae9 (patch)
tree9e4f38013a14fcf8c3ad216ccf7569396d04ef64 /docs
parenteefa0ada9611f7861a381050af03f1f5f98aae58 (diff)
downloadbootstrap-05513c52c4b31db3646639ba4e1b8a5ee7271ae9.tar.xz
bootstrap-05513c52c4b31db3646639ba4e1b8a5ee7271ae9.zip
Fix #15911: Clear the floats and move the padding to the header
Diffstat (limited to 'docs')
-rw-r--r--docs/examples/jumbotron-narrow/index.html2
-rw-r--r--docs/examples/jumbotron-narrow/jumbotron-narrow.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/jumbotron-narrow/index.html b/docs/examples/jumbotron-narrow/index.html
index 82a14f28d..78e9e2c8b 100644
--- a/docs/examples/jumbotron-narrow/index.html
+++ b/docs/examples/jumbotron-narrow/index.html
@@ -31,7 +31,7 @@
<body>
<div class="container">
- <div class="header">
+ <div class="header clearfix">
<nav>
<ul class="nav nav-pills pull-right">
<li role="presentation" class="active"><a href="#">Home</a></li>
diff --git a/docs/examples/jumbotron-narrow/jumbotron-narrow.css b/docs/examples/jumbotron-narrow/jumbotron-narrow.css
index fb7c49ab1..952adc5a0 100644
--- a/docs/examples/jumbotron-narrow/jumbotron-narrow.css
+++ b/docs/examples/jumbotron-narrow/jumbotron-narrow.css
@@ -14,11 +14,11 @@ body {
/* Custom page header */
.header {
+ padding-bottom: 20px;
border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
- padding-bottom: 19px;
margin-top: 0;
margin-bottom: 0;
line-height: 40px;