From 3487e421b522bf1371ff6915d9b7e0b14d06d439 Mon Sep 17 00:00:00 2001 From: Tom Lutzenberger Date: Wed, 13 Jul 2016 19:00:39 +0200 Subject: [PATCH] Fix HTML validity error in sticky-footer-navbar example (#20295) --- docs/examples/sticky-footer-navbar/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.