]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Refactor some common classes from docs css and examples, then prevent examples from...
authorMark Otto <otto@github.com>
Mon, 18 Feb 2013 02:58:40 +0000 (18:58 -0800)
committerMark Otto <otto@github.com>
Mon, 18 Feb 2013 02:58:40 +0000 (18:58 -0800)
jumbotron-narrow.html

index b2c037a9e7a41bf7e8a15bafeaf246e46b4e3a27..c39b5397b3806c63330a6a868e783e6fa31beabd 100644 (file)
@@ -31,6 +31,13 @@ title: Narrow page template
     padding-bottom: 19px;
   }
 
+  /* Custom page footer */
+  .footer {
+    padding-top: 19px;
+    color: #777;
+    border-top: 1px solid #e5e5e5;
+  }
+
   /* Custom container */
   .container-narrow {
     margin: 0 auto;
@@ -119,8 +126,6 @@ title: Narrow page template
     </div>
   </div>
 
-  <hr>
-
   <div class="footer">
     <p>&copy; Company 2013</p>
   </div>