From: Mark Otto Date: Thu, 22 Dec 2016 04:52:46 +0000 (-0800) Subject: fix sticky footer example navbar X-Git-Tag: v4.0.0-alpha.6~265 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfdc66a342ef42856f500a066cadfadd68693838;p=thirdparty%2Fbootstrap.git fix sticky footer example navbar --- diff --git a/docs/examples/sticky-footer-navbar/index.html b/docs/examples/sticky-footer-navbar/index.html index 77242a6f64..a78be094d0 100644 --- a/docs/examples/sticky-footer-navbar/index.html +++ b/docs/examples/sticky-footer-navbar/index.html @@ -21,40 +21,31 @@ -
- +
-
+

Sticky footer with fixed navbar

Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS. A fixed navbar has been added with padding-top: 60px; on the body > .container.