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 -
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.
Fastest way to get started: get the compiled and minified versions of our CSS, JS, and images. No docs or original source files.
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.
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 withMove 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.