Album
diff --git a/docs/examples/carousel/carousel.css b/docs/examples/carousel/carousel.css
index 52c93a2966..a1ec54fa54 100644
--- a/docs/examples/carousel/carousel.css
+++ b/docs/examples/carousel/carousel.css
@@ -3,6 +3,7 @@
/* Padding below the footer and lighter body text */
body {
+ padding-top: 3rem;
padding-bottom: 3rem;
color: #5a5a5a;
}
diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html
index 5503b0eab8..25dc35af27 100644
--- a/docs/examples/carousel/index.html
+++ b/docs/examples/carousel/index.html
@@ -19,7 +19,7 @@
-
+
Carousel
diff --git a/docs/examples/grid/index.html b/docs/examples/grid/index.html
index 02df70804b..9b8e23f072 100644
--- a/docs/examples/grid/index.html
+++ b/docs/examples/grid/index.html
@@ -27,35 +27,35 @@
Five grid tiers
There are five tiers to the Bootstrap grid system, one for each range of devices we support. Each tier starts at a minimum viewport size and automatically applies to the larger devices unless overridden.
-
-
.col-xs-4
-
.col-xs-4
-
.col-xs-4
-
+
+
.col-xs-4
+
.col-xs-4
+
.col-xs-4
+
-
-
.col-sm-4
-
.col-sm-4
-
.col-sm-4
-
+
+
.col-sm-4
+
.col-sm-4
+
.col-sm-4
+
-
-
.col-md-4
-
.col-md-4
-
.col-md-4
-
+
+
.col-md-4
+
.col-md-4
+
.col-md-4
+
-
-
.col-lg-4
-
.col-lg-4
-
.col-lg-4
-
+
+
.col-lg-4
+
.col-lg-4
+
.col-lg-4
+
-
-
.col-xl-4
-
.col-xl-4
-
.col-xl-4
-
+
+
.col-xl-4
+
.col-xl-4
+
.col-xl-4
+
Three equal columns
Get three equal-width columns starting at desktops and scaling to large desktops . On mobile devices, tablets and below, the columns will automatically stack.
@@ -135,7 +135,7 @@
Column clearing
- Clear floats at specific breakpoints to prevent awkward wrapping with uneven content.
+ Clear floats at specific breakpoints to prevent awkward wrapping with uneven content.
.col-xs-6 .col-sm-3
@@ -164,10 +164,8 @@
.col-sm-6 .col-md-5 .offset-md-2 .col-lg-6 .offset-lg-0
-
-
diff --git a/docs/examples/jumbotron/index.html b/docs/examples/jumbotron/index.html
index f66036b643..27572dbfe5 100644
--- a/docs/examples/jumbotron/index.html
+++ b/docs/examples/jumbotron/index.html
@@ -20,7 +20,7 @@
-
+
Project name
diff --git a/docs/examples/jumbotron/jumbotron.css b/docs/examples/jumbotron/jumbotron.css
index ccf96fe4c4..2f72eb954a 100644
--- a/docs/examples/jumbotron/jumbotron.css
+++ b/docs/examples/jumbotron/jumbotron.css
@@ -1,4 +1,4 @@
/* Move down content because we have a fixed navbar that is 50px tall */
body {
- padding-bottom: 2rem;
+ padding-top: 2rem;
}
diff --git a/docs/examples/narrow-jumbotron/index.html b/docs/examples/narrow-jumbotron/index.html
index b0ccda3c20..3d96259e0b 100644
--- a/docs/examples/narrow-jumbotron/index.html
+++ b/docs/examples/narrow-jumbotron/index.html
@@ -74,7 +74,6 @@
-
diff --git a/docs/examples/navbar-top-fixed/index.html b/docs/examples/navbar-top-fixed/index.html
index 1ecbd2c3b4..7e4d1e72e8 100644
--- a/docs/examples/navbar-top-fixed/index.html
+++ b/docs/examples/navbar-top-fixed/index.html
@@ -4,6 +4,7 @@
+
@@ -21,12 +22,12 @@