aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-19 09:38:49 -0800
committerMark Otto <[email protected]>2013-01-19 09:38:49 -0800
commitd7d5069be104c6de2627ee08891ff0b3983d168c (patch)
treee4d8b22208d524794c033415ac642dbd16c61e4a /docs
parent7c9295d44b5d5bc515afb0df1f5885f4f655410d (diff)
downloadbootstrap-d7d5069be104c6de2627ee08891ff0b3983d168c.tar.xz
bootstrap-d7d5069be104c6de2627ee08891ff0b3983d168c.zip
Add sticky footer navbar example to list; fix docs padding
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/docs.css2
-rw-r--r--docs/getting-started.html9
-rw-r--r--docs/templates/pages/getting-started.mustache9
3 files changed, 17 insertions, 3 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 0700fe477..177e2487c 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 6977e5a33..88ceb0001 100644
--- a/docs/getting-started.html
+++ b/docs/getting-started.html
@@ -274,11 +274,18 @@
<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 b5b57ab42..44a70c693 100644
--- a/docs/templates/pages/getting-started.mustache
+++ b/docs/templates/pages/getting-started.mustache
@@ -203,11 +203,18 @@
<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>