diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index f2975c81b3..764cfbbaca 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -900,9 +900,9 @@ form.bs-docs-example { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; - -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.05); - -moz-box-shadow: 0 1px 3px rgba(0,0,0,.05); - box-shadow: 0 1px 3px rgba(0,0,0,.05); + -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065); + -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065); + box-shadow: 0 1px 4px rgba(0,0,0,.065); } .bs-docs-sidenav > li > a { margin: 0 0 -1px; @@ -1005,4 +1005,4 @@ form.bs-docs-example { .subhead + .bs-docs-canvas { top: 250px; } -} \ No newline at end of file +} diff --git a/docs/getting-started.html b/docs/getting-started.html index 5bf5225beb..b28a358f13 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -109,12 +109,12 @@
-

Download compiled

+

Download 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

-

Download source

+

Download source

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

Download Bootstrap source

@@ -156,21 +156,17 @@

Bootstrap comes equipped with HTML, CSS, and JS for all sorts of things, but they can be summarized with a handful of categories visible at the top of the Bootstrap documentation.

+

Docs sections

Scaffolding

Global styles for the body to reset type and background, link styles, grid system, and two simple layouts.

-

Base CSS

Styles for common HTML elements like typography, code, tables, forms, and buttons. Also includes Glyphicons, a great little icon set.

-

Components

Basic styles for common interface components like tabs and pills, navbar, alerts, page headers, and more.

-

Javascript plugins

Similar to Components, these Javascript plugins are interactive components for things like tooltips, popovers, modals, and more.

-
- -

List of components

+

List of components

Together, the Components and Javascript plugins sections provide the following interface elements: