diff options
| author | Tom Lutzenberger <[email protected]> | 2016-07-13 19:00:39 +0200 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-07-13 10:00:39 -0700 |
| commit | 3487e421b522bf1371ff6915d9b7e0b14d06d439 (patch) | |
| tree | b6c046ab05295d2b5e70e6fd1042c5a8c7ee40af /docs | |
| parent | 083df475f35056e99a0d3ff55527f7f9d304e367 (diff) | |
| download | bootstrap-3487e421b522bf1371ff6915d9b7e0b14d06d439.tar.xz bootstrap-3487e421b522bf1371ff6915d9b7e0b14d06d439.zip | |
Fix HTML validity error in sticky-footer-navbar example (#20295)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/examples/sticky-footer-navbar/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/sticky-footer-navbar/index.html b/docs/examples/sticky-footer-navbar/index.html index 7564c44fc..aa8b8c5c8 100644 --- a/docs/examples/sticky-footer-navbar/index.html +++ b/docs/examples/sticky-footer-navbar/index.html @@ -59,7 +59,7 @@ <div class="m-t-1"> <h1>Sticky footer with fixed navbar</h1> </div> - <p class="lead">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 <code>padding-top: 60px;</code> on the <code>body > .container</code>.</p> + <p class="lead">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 <code>padding-top: 60px;</code> on the <code>body > .container</code>.</p> <p>Back to <a href="../sticky-footer">the default sticky footer</a> minus the navbar.</p> </div> |
