Skip to content

Commit

Permalink
Fix twbs#15911: Clear the floats and move the padding to the header
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Feb 25, 2015
1 parent eefa0ad commit 05513c5
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/examples/jumbotron-narrow/index.html
Original file line number Diff line number Diff line change
@@ -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>
2 changes: 1 addition & 1 deletion docs/examples/jumbotron-narrow/jumbotron-narrow.css
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 05513c5

Please sign in to comment.