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 @@
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 @@
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 @@
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 @@
Extend Bootstrap to take advantage of included styles and components, as well as LESS variables and mixins.
+
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
+
-
+
Bootstrap is built on responsive 12-column grids, layouts, and components.
+
{{_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}}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}}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}}Extend Bootstrap to take advantage of included styles and components, as well as LESS variables and mixins.{{/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}}Bootstrap is built on responsive 12-column grids, layouts, and components.{{/i}}
+