From: Mark Otto Date: Sat, 19 Jan 2013 17:38:49 +0000 (-0800) Subject: Add sticky footer navbar example to list; fix docs padding X-Git-Tag: v3.0.0-rc1~737 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7d5069be104c6de2627ee08891ff0b3983d168c;p=thirdparty%2Fbootstrap.git Add sticky footer navbar example to list; fix docs padding --- 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.