]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix HTML validity error in sticky-footer-navbar example (#20295)
authorTom Lutzenberger <lutzenbergerthomas@gmail.com>
Wed, 13 Jul 2016 17:00:39 +0000 (19:00 +0200)
committerChris Rebert <github@chrisrebert.com>
Wed, 13 Jul 2016 17:00:39 +0000 (10:00 -0700)
docs/examples/sticky-footer-navbar/index.html

index 7564c44fc6ad15205555b31fd786ea04f3c3d4ec..aa8b8c5c84ffbbc34ae39d3260b80cbe8bedc495 100644 (file)
@@ -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 &gt; .container</code>.</p>
       <p>Back to <a href="../sticky-footer">the default sticky footer</a> minus the navbar.</p>
     </div>