From: ysds Date: Wed, 25 Jul 2018 00:40:55 +0000 (+0900) Subject: Flexbox based sticky footer example (#26674) X-Git-Tag: v4.2.0~399 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab53ccc2ccf18b324a3ebaccef20c1bb11ce089a;p=thirdparty%2Fbootstrap.git Flexbox based sticky footer example (#26674) * Flexbox based sticky footer * Update guide message * Use utility classes instead of custom CSS --- diff --git a/site/docs/4.1/examples/sticky-footer-navbar/index.html b/site/docs/4.1/examples/sticky-footer-navbar/index.html index 9f8e174e37..ffd2f11840 100644 --- a/site/docs/4.1/examples/sticky-footer-navbar/index.html +++ b/site/docs/4.1/examples/sticky-footer-navbar/index.html @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ - +
@@ -46,13 +46,15 @@
-
-

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.

-

Back to the default sticky footer minus the navbar.

+
+
+

Sticky footer with fixed navbar

+

Pin a 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 main > .container.

+

Back to the default sticky footer minus the navbar.

+
-