diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index f3d7c156e3..76a45b45e6 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -14,6 +14,11 @@ body { /* We add the padding to the body for >768px only */ } +.bs-docs-container { + padding-left: 15px; + padding-right: 15px; +} + /* */ .bs-docs-footer { padding-left: 15px; @@ -486,7 +491,8 @@ section > ul li { .bs-docs-footer { text-align: center; - padding: 30px 0; + padding-top: 30px; + padding-bottom: 30px; margin-top: 100px; border-top: 1px solid #e5e5e5; } @@ -610,6 +616,12 @@ input.focused { padding-top: 50px; /* Default height of navbar */ } + /* Undo custom padding */ + .bs-docs-container { + padding-left: 0; + padding-right: 0; + } + /* Tweak display of docs jumbotrons */ .masthead { padding-top: 100px; diff --git a/docs/components.html b/docs/components.html index 5e17a6a3e4..06cbe37206 100644 --- a/docs/components.html +++ b/docs/components.html @@ -14,7 +14,7 @@ title: Components -
+
diff --git a/docs/css.html b/docs/css.html index 874e00ed04..226b55d6db 100644 --- a/docs/css.html +++ b/docs/css.html @@ -13,7 +13,7 @@ title: CSS -
+
diff --git a/docs/customize.html b/docs/customize.html index 544f41310b..f4e01b3406 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -14,7 +14,7 @@ title: Customize and download -
+
diff --git a/docs/getting-started.html b/docs/getting-started.html index 79b31d25df..5717bfbaa5 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -14,7 +14,7 @@ description: Overview of the project, its contents, and how to get started with -
+
@@ -42,17 +42,17 @@ description: Overview of the project, its contents, and how to get started with

Before downloading, be sure to have a code editor (we recommend Sublime Text 2) and some working knowledge of HTML and CSS. We won't walk through the source files here, but they are available for download. We'll focus on getting started with the compiled Bootstrap files.

-
+

Compiled

Fastest way to get started: get the compiled and minified versions of our CSS, JS, and images. No docs or original source files.

Download Bootstrap

-
+

Source

Get the original files for all CSS and JavaScript, along with a local copy of the docs by downloading the latest version directly from GitHub.

Download Bootstrap source

-
+

Bower

Install and manage the original files for all CSS and JavaScript, along with a local copy of the docs, using Bower.

{% highlight bash %}bower install bootstrap{% endhighlight %} @@ -179,56 +179,56 @@ description: Overview of the project, its contents, and how to get started with

Move beyond the base template with a few example layouts. We encourage folks to iterate on these examples and not simply use them as an end result.

-
+

Starter template

A barebones HTML document with all the Bootstrap CSS and JavaScript included.

-
+

Basic marketing site

Featuring a hero unit for a primary message and three supporting elements.

-
+

Narrow marketing

Slim, lightweight marketing template for small projects or teams.

-
+

Justified nav

Marketing page with equal-width navigation links in a modified navbar.

-
+

Sign in

Barebones sign in form with custom, larger form controls and a flexible layout.

-
+

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.

-
+
@@ -237,28 +237,28 @@ description: Overview of the project, its contents, and how to get started with
-
+

Navbar

Basic template for showcasing how the navbar works.

-
+

Static top navbar

Basic template for showcasing the static navbar variation.

-
+

Fixed top navbar

Basic template for showcasing the fixed navbar variation.

-
+
diff --git a/docs/index.html b/docs/index.html index 17afe11c43..d2aece152b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -22,7 +22,7 @@ title: Bootstrap
-
+
diff --git a/docs/javascript.html b/docs/javascript.html index 8e65c61d54..e64908672b 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -12,7 +12,7 @@ title: JavaScript plugins
-
+