From: Tom Lutzenberger Date: Wed, 13 Jul 2016 17:00:39 +0000 (+0200) Subject: Fix HTML validity error in sticky-footer-navbar example (#20295) X-Git-Tag: v4.0.0-alpha.3~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3487e421b522bf1371ff6915d9b7e0b14d06d439;p=thirdparty%2Fbootstrap.git Fix HTML validity error in sticky-footer-navbar example (#20295) --- diff --git a/docs/examples/sticky-footer-navbar/index.html b/docs/examples/sticky-footer-navbar/index.html index 7564c44fc6..aa8b8c5c84 100644 --- a/docs/examples/sticky-footer-navbar/index.html +++ b/docs/examples/sticky-footer-navbar/index.html @@ -59,7 +59,7 @@

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.

+

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.