]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix #15911: Clear the floats and move the padding to the header
authorMark Otto <markdotto@gmail.com>
Wed, 25 Feb 2015 00:43:07 +0000 (16:43 -0800)
committerMark Otto <markdotto@gmail.com>
Wed, 25 Feb 2015 00:43:07 +0000 (16:43 -0800)
docs/examples/jumbotron-narrow/index.html
docs/examples/jumbotron-narrow/jumbotron-narrow.css

index 82a14f28d1cd0223a6ecee49fd230c82df2ed8d4..78e9e2c8b0dbc5a8909d21f9f72cf04dba8db8c1 100644 (file)
@@ -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>
index fb7c49ab1090ad2627d227a0f9e64a970d7accad..952adc5a01e2df67c07254865d36f07030ba954f 100644 (file)
@@ -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;