diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index aa528b34..39d69ef9 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -1172,9 +1172,15 @@ .table-responsive th { font-style: italic; } - .table-responsive .responsive-highlight { + .responsive-strong { font-weight: bold; } + .responsive-em { + font-style: italic; + } + .responsive-soft { + color: #999; + } } @media (max-width: 480px) { diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index d6df8f30..e763b285 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -53,6 +53,7 @@ body > .navbar .brand:hover { position: absolute; top: 30px; right: 30px; + z-index: 1; } /* Sections diff --git a/docs/base-css.html b/docs/base-css.html index fc2036ff..5a3cd152 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -76,7 +76,7 @@

Base CSS

Fundamental HTML elements styled and enhanced with extensible classes.

- + diff --git a/docs/components.html b/docs/components.html index 836a6411..3bda5f04 100644 --- a/docs/components.html +++ b/docs/components.html @@ -76,7 +76,7 @@

Components

Dozens of reusable components built to provide navigation, alerts, popovers, and more.

- + diff --git a/docs/customize.html b/docs/customize.html index 4a0760d6..e3c2db01 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -76,7 +76,7 @@

Customize and download

Download Bootstrap or customize variables, components, JavaScript plugins, and more.

- + diff --git a/docs/extend.html b/docs/extend.html index ec1f45c5..8284fb60 100644 --- a/docs/extend.html +++ b/docs/extend.html @@ -76,7 +76,7 @@

Extending Bootstrap

Extend Bootstrap to take advantage of included styles and components, as well as LESS variables and mixins.

- +
diff --git a/docs/getting-started.html b/docs/getting-started.html index a953e75c..5cea635f 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -76,7 +76,7 @@

Getting started

Overview of the project, its contents, and how to get started with a simple template.

- + diff --git a/docs/index.html b/docs/index.html index 60d6e90b..f34fd0b7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -78,6 +78,9 @@ Extend Bootstrap
Download extensions only

- +
diff --git a/docs/javascript.html b/docs/javascript.html index 0a38184c..a146057f 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -76,7 +76,7 @@

JavaScript

Bring Bootstrap's components to life—now with 13 custom jQuery plugins.

- +
diff --git a/docs/scaffolding.html b/docs/scaffolding.html index ba07edf6..26b35092 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -76,7 +76,7 @@

Scaffolding

Bootstrap is built on responsive 12-column grids, layouts, and components.

- +
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 750016ba..d51e7509 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -5,7 +5,7 @@

{{_i}}Base CSS{{/i}}

{{_i}}Fundamental HTML elements styled and enhanced with extensible classes.{{/i}}

- + diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 54474e13..1f023b54 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -5,7 +5,7 @@

{{_i}}Components{{/i}}

{{_i}}Dozens of reusable components built to provide navigation, alerts, popovers, and more.{{/i}}

- + diff --git a/docs/templates/pages/customize.mustache b/docs/templates/pages/customize.mustache index 3ac54127..9c4011d0 100644 --- a/docs/templates/pages/customize.mustache +++ b/docs/templates/pages/customize.mustache @@ -5,7 +5,7 @@

{{_i}}Customize and download{{/i}}

{{_i}}Download Bootstrap or customize variables, components, JavaScript plugins, and more.{{/i}}

- + diff --git a/docs/templates/pages/extend.mustache b/docs/templates/pages/extend.mustache index 2a592b30..7ac00830 100644 --- a/docs/templates/pages/extend.mustache +++ b/docs/templates/pages/extend.mustache @@ -5,7 +5,7 @@

{{_i}}Extending Bootstrap{{/i}}

{{_i}}Extend Bootstrap to take advantage of included styles and components, as well as LESS variables and mixins.{{/i}}

- +
diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache index 6d973585..fed835e6 100644 --- a/docs/templates/pages/getting-started.mustache +++ b/docs/templates/pages/getting-started.mustache @@ -5,7 +5,7 @@

{{_i}}Getting started{{/i}}

{{_i}}Overview of the project, its contents, and how to get started with a simple template.{{/i}}

- + diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index 1cf17044..eb78edee 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -7,6 +7,9 @@ {{_i}}Extend Bootstrap{{/i}}
{{_i}}Download extensions only{{/i}}

- +
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 62ac0131..8a65f0e3 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -5,7 +5,7 @@

{{_i}}JavaScript{{/i}}

{{_i}}Bring Bootstrap's components to life—now with 13 custom jQuery plugins.{{/i}}

- +
diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache index 34a936bb..1953a4d1 100644 --- a/docs/templates/pages/scaffolding.mustache +++ b/docs/templates/pages/scaffolding.mustache @@ -5,7 +5,7 @@

{{_i}}Scaffolding{{/i}}

{{_i}}Bootstrap is built on responsive 12-column grids, layouts, and components.{{/i}}

- +