diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index fc653277e8..fb4ed9ea36 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -21,6 +21,10 @@ body { .bs-docs-container { max-width: 860px; } +.bs-docs-container .row { + margin-left: -15px; + margin-right: -15px; +} /* */ .bs-docs-footer { @@ -215,15 +219,15 @@ section > ul li { left: 0; bottom: 0; width: 240px; - background-color: #f5f5f5; overflow-y: scroll; text-shadow: 0 1px 0 #fff; - box-shadow: inset -1px 0 0 #e5e5e5; + background-color: #f5f5f5; + border-right: 1px solid #e5e5e5; } /* Nav: first level */ .bs-docs-sidebar > .nav { - margin: 0 0 25px; + margin: 0 -1px 25px 0; } .bs-docs-sidebar .nav > li > a { display: block; diff --git a/docs/assets/img/examples/bootstrap-example-fluid.png b/docs/assets/img/examples/bootstrap-example-fluid.png deleted file mode 100644 index 5f49a332f3..0000000000 Binary files a/docs/assets/img/examples/bootstrap-example-fluid.png and /dev/null differ diff --git a/docs/assets/img/examples/bootstrap-example-grid.png b/docs/assets/img/examples/bootstrap-example-grid.png new file mode 100644 index 0000000000..cdc1c0726b Binary files /dev/null and b/docs/assets/img/examples/bootstrap-example-grid.png differ diff --git a/docs/assets/img/examples/bootstrap-example-signin.png b/docs/assets/img/examples/bootstrap-example-signin.png index b649a985dc..c55bbd59de 100644 Binary files a/docs/assets/img/examples/bootstrap-example-signin.png and b/docs/assets/img/examples/bootstrap-example-signin.png differ diff --git a/docs/docs.html b/docs/docs.html index 30ca034150..73d045104c 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -112,14 +112,21 @@ title: Bootstrap Documentation

Starter template

-

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

+

A barebones HTML page with Bootstrap's CSS and JavaScript included.

+ +
+ + + +

Basic grid layouts

+

Simple grid layouts to familiarize you with using the Bootstrap grid system.

Basic marketing site

-

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

+

Features a jumbotron for primary message and three supporting elements.

@@ -259,7 +266,6 @@ title: Bootstrap Documentation

Removing potential bloat

Not all sites and applications need to make use of everything Bootstrap has to offer, especially in production environments where bandwidth literally becomes a financial issue. We encourage folks to remove whatever is unused with our Customizer.

-

**img**

Using the Customizer, simply uncheck any component, feature, or asset you don't need. Hit download and swap out the default Bootstrap files with these newly customized ones. You'll get vanilla Bootstrap, but without the features *you* deem unnecessary. All custom builds include compiled and minified versions, so use whichever works for you.