diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 0700fe477ebcd91ce8ece3535e6c1d0b066a59c0..177e2487c8eddd3ffb181758b9dd7ec6c1fb6f49 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -473,7 +473,7 @@ input.focused { /* Account for fixed navbar */ body { - padding-top: 52px; + padding-top: 50px; } /* Tweak display of docs jumbotrons */ diff --git a/docs/getting-started.html b/docs/getting-started.html index 6977e5a336a8e33698147a7ad72de1052ef8bf86..88ceb0001190e36c52792dd9e4479bf3794973b5 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -273,12 +273,19 @@ <h4>Sticky footer</h4> <p>Pin a fixed-height footer to the bottom of the user's viewport.</p> </div> + <div class="span4"> + <a class="thumbnail" href="examples/sticky-footer.html"> + <img src="assets/img/examples/bootstrap-example-sticky-footer.png" alt=""> + </a> + <h4>Sticky footer w/ navbar</h4> + <p>Add a fixed navbar to the default sticky footer template.</p> + </div> <div class="span4"> <a class="thumbnail" href="examples/carousel.html"> <img src="assets/img/examples/bootstrap-example-carousel.png" alt=""> </a> <h4>Carousel jumbotron</h4> - <p>A more interactive riff on the basic marketing site featuring a prominent carousel.</p> + <p>An interactive riff on the basic marketing site featuring a prominent carousel.</p> </div> </div> </section> diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache index b5b57ab42f7d321d3e86fd9d4e80aee9ce1b31ce..44a70c693cd3dbfff7a0b306152df141187e2719 100644 --- a/docs/templates/pages/getting-started.mustache +++ b/docs/templates/pages/getting-started.mustache @@ -202,12 +202,19 @@ <h4>Sticky footer</h4> <p>Pin a fixed-height footer to the bottom of the user's viewport.</p> </div> + <div class="span4"> + <a class="thumbnail" href="examples/sticky-footer.html"> + <img src="assets/img/examples/bootstrap-example-sticky-footer.png" alt=""> + </a> + <h4>Sticky footer w/ navbar</h4> + <p>Add a fixed navbar to the default sticky footer template.</p> + </div> <div class="span4"> <a class="thumbnail" href="examples/carousel.html"> <img src="assets/img/examples/bootstrap-example-carousel.png" alt=""> </a> <h4>Carousel jumbotron</h4> - <p>A more interactive riff on the basic marketing site featuring a prominent carousel.</p> + <p>An interactive riff on the basic marketing site featuring a prominent carousel.</p> </div> </div> </section>