diff --git a/examples/carousel/index.html b/examples/carousel/index.html
index 8f3ac988ac..6e5edbbec2 100644
--- a/examples/carousel/index.html
+++ b/examples/carousel/index.html
@@ -5,6 +5,7 @@
+
Carousel Template for Bootstrap
diff --git a/examples/grid/index.html b/examples/grid/index.html
index 4525f7e499..3db13f58cf 100644
--- a/examples/grid/index.html
+++ b/examples/grid/index.html
@@ -5,6 +5,7 @@
+
Grid Template for Bootstrap
diff --git a/examples/jumbotron-narrow/index.html b/examples/jumbotron-narrow/index.html
index 1d09fa852b..9c3c1b6cf1 100644
--- a/examples/jumbotron-narrow/index.html
+++ b/examples/jumbotron-narrow/index.html
@@ -5,6 +5,7 @@
+
Narrow Jumbotron Template for Bootstrap
diff --git a/examples/jumbotron/index.html b/examples/jumbotron/index.html
index b5a5a11ece..d5654e72e6 100644
--- a/examples/jumbotron/index.html
+++ b/examples/jumbotron/index.html
@@ -5,6 +5,7 @@
+
Jumbotron Template for Bootstrap
diff --git a/examples/justified-nav/index.html b/examples/justified-nav/index.html
index 21a97b708e..f01005f3f4 100644
--- a/examples/justified-nav/index.html
+++ b/examples/justified-nav/index.html
@@ -5,6 +5,7 @@
+
Justified Nav Template for Bootstrap
diff --git a/examples/navbar-fixed-top/index.html b/examples/navbar-fixed-top/index.html
index 3943ad2472..df63462179 100644
--- a/examples/navbar-fixed-top/index.html
+++ b/examples/navbar-fixed-top/index.html
@@ -5,6 +5,7 @@
+
Fixed Top Navbar Example for Bootstrap
diff --git a/examples/navbar-static-top/index.html b/examples/navbar-static-top/index.html
index 1b034f4c3e..4ca88f02b9 100644
--- a/examples/navbar-static-top/index.html
+++ b/examples/navbar-static-top/index.html
@@ -5,6 +5,7 @@
+
Static Top Navbar Example for Bootstrap
diff --git a/examples/offcanvas/index.html b/examples/offcanvas/index.html
index e6c186462c..fcfe48fa81 100644
--- a/examples/offcanvas/index.html
+++ b/examples/offcanvas/index.html
@@ -5,6 +5,7 @@
+
Off Canvas Template for Bootstrap
diff --git a/examples/signin/index.html b/examples/signin/index.html
index 9521fb437b..544e8fec31 100644
--- a/examples/signin/index.html
+++ b/examples/signin/index.html
@@ -5,6 +5,7 @@
+
Signin Template for Bootstrap
diff --git a/examples/starter-template/index.html b/examples/starter-template/index.html
index 008125d14b..d48a9dff0b 100644
--- a/examples/starter-template/index.html
+++ b/examples/starter-template/index.html
@@ -5,6 +5,7 @@
+
Starter Template for Bootstrap
diff --git a/examples/sticky-footer-navbar/index.html b/examples/sticky-footer-navbar/index.html
index a5182eeafa..3fab506b7a 100644
--- a/examples/sticky-footer-navbar/index.html
+++ b/examples/sticky-footer-navbar/index.html
@@ -5,6 +5,7 @@
+
Sticky Footer Navbar Template for Bootstrap
diff --git a/examples/sticky-footer-navbar/sticky-footer-navbar.css b/examples/sticky-footer-navbar/sticky-footer-navbar.css
index f12d7f3861..6978a99972 100644
--- a/examples/sticky-footer-navbar/sticky-footer-navbar.css
+++ b/examples/sticky-footer-navbar/sticky-footer-navbar.css
@@ -24,17 +24,6 @@ body {
background-color: #f5f5f5;
}
-/* Lastly, apply responsive CSS fixes as necessary */
-@media (max-width: 767px) {
- #footer {
- margin-left: -20px;
- margin-right: -20px;
- padding-left: 20px;
- padding-right: 20px;
- }
-}
-
-
/* Custom page CSS
-------------------------------------------------- */
@@ -47,6 +36,11 @@ body {
margin: 20px 0;
}
+#footer > .container {
+ padding-left: 15px;
+ padding-right: 15px;
+}
+
code {
font-size: 80%;
}
\ No newline at end of file
diff --git a/examples/sticky-footer/index.html b/examples/sticky-footer/index.html
index 8505d76375..6a5a2062d2 100644
--- a/examples/sticky-footer/index.html
+++ b/examples/sticky-footer/index.html
@@ -5,6 +5,7 @@
+
Sticky Footer Template for Bootstrap