Add sticky footer navbar example to list; fix docs padding

This commit is contained in:
Mark Otto 2013-01-19 09:38:49 -08:00
parent 7c9295d44b
commit d7d5069be1
3 changed files with 17 additions and 3 deletions

View File

@ -473,7 +473,7 @@ input.focused {
/* Account for fixed navbar */
body {
padding-top: 52px;
padding-top: 50px;
}
/* Tweak display of docs jumbotrons */

View File

@ -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>

View File

@ -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>