From d7d5069be104c6de2627ee08891ff0b3983d168c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 19 Jan 2013 09:38:49 -0800 Subject: [PATCH] Add sticky footer navbar example to list; fix docs padding --- docs/assets/css/docs.css | 2 +- docs/getting-started.html | 9 ++++++++- docs/templates/pages/getting-started.mustache | 9 ++++++++- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 0700fe477e..177e2487c8 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 6977e5a336..88ceb00011 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -273,12 +273,19 @@

Sticky footer

Pin a fixed-height footer to the bottom of the user's viewport.

+
+ + + +

Sticky footer w/ navbar

+

Add a fixed navbar to the default sticky footer template.

+

Carousel jumbotron

-

A more interactive riff on the basic marketing site featuring a prominent carousel.

+

An interactive riff on the basic marketing site featuring a prominent carousel.

diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache index b5b57ab42f..44a70c693c 100644 --- a/docs/templates/pages/getting-started.mustache +++ b/docs/templates/pages/getting-started.mustache @@ -202,12 +202,19 @@

Sticky footer

Pin a fixed-height footer to the bottom of the user's viewport.

+
+ + + +

Sticky footer w/ navbar

+

Add a fixed navbar to the default sticky footer template.

+

Carousel jumbotron

-

A more interactive riff on the basic marketing site featuring a prominent carousel.

+

An interactive riff on the basic marketing site featuring a prominent carousel.