aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-16 11:03:52 -0700
committerMark Otto <[email protected]>2013-08-16 11:03:52 -0700
commit1974aa6967184720d143cc510fe900f863cce63f (patch)
tree1fcba1e8a52511be1304302c2bce8c061b25e807 /examples
parent29fe7ed68402aee6c24949ed2509a415d179bb57 (diff)
downloadbootstrap-1974aa6967184720d143cc510fe900f863cce63f.tar.xz
bootstrap-1974aa6967184720d143cc510fe900f863cce63f.zip
fix up sticky footer example (fixes #9680) and add favicons to all examples
Diffstat (limited to 'examples')
-rw-r--r--examples/carousel/index.html1
-rw-r--r--examples/grid/index.html1
-rw-r--r--examples/jumbotron-narrow/index.html1
-rw-r--r--examples/jumbotron/index.html1
-rw-r--r--examples/justified-nav/index.html1
-rw-r--r--examples/navbar-fixed-top/index.html1
-rw-r--r--examples/navbar-static-top/index.html1
-rw-r--r--examples/offcanvas/index.html1
-rw-r--r--examples/signin/index.html1
-rw-r--r--examples/starter-template/index.html1
-rw-r--r--examples/sticky-footer-navbar/index.html1
-rw-r--r--examples/sticky-footer-navbar/sticky-footer-navbar.css16
-rw-r--r--examples/sticky-footer/index.html1
13 files changed, 17 insertions, 11 deletions
diff --git a/examples/carousel/index.html b/examples/carousel/index.html
index 8f3ac988a..6e5edbbec 100644
--- a/examples/carousel/index.html
+++ b/examples/carousel/index.html
@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
+ <link rel="shortcut icon" href="../../assets/ico/favicon.png">
<title>Carousel Template for Bootstrap</title>
diff --git a/examples/grid/index.html b/examples/grid/index.html
index 4525f7e49..3db13f58c 100644
--- a/examples/grid/index.html
+++ b/examples/grid/index.html
@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
+ <link rel="shortcut icon" href="../../assets/ico/favicon.png">
<title>Grid Template for Bootstrap</title>
diff --git a/examples/jumbotron-narrow/index.html b/examples/jumbotron-narrow/index.html
index 1d09fa852..9c3c1b6cf 100644
--- a/examples/jumbotron-narrow/index.html
+++ b/examples/jumbotron-narrow/index.html
@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
+ <link rel="shortcut icon" href="../../assets/ico/favicon.png">
<title>Narrow Jumbotron Template for Bootstrap</title>
diff --git a/examples/jumbotron/index.html b/examples/jumbotron/index.html
index b5a5a11ec..d5654e72e 100644
--- a/examples/jumbotron/index.html
+++ b/examples/jumbotron/index.html
@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
+ <link rel="shortcut icon" href="../../assets/ico/favicon.png">
<title>Jumbotron Template for Bootstrap</title>
diff --git a/examples/justified-nav/index.html b/examples/justified-nav/index.html
index 21a97b708..f01005f3f 100644
--- a/examples/justified-nav/index.html
+++ b/examples/justified-nav/index.html
@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
+ <link rel="shortcut icon" href="../../assets/ico/favicon.png">
<title>Justified Nav Template for Bootstrap</title>
diff --git a/examples/navbar-fixed-top/index.html b/examples/navbar-fixed-top/index.html
index 3943ad247..df6346217 100644
--- a/examples/navbar-fixed-top/index.html
+++ b/examples/navbar-fixed-top/index.html
@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
+ <link rel="shortcut icon" href="../../assets/ico/favicon.png">
<title>Fixed Top Navbar Example for Bootstrap</title>
diff --git a/examples/navbar-static-top/index.html b/examples/navbar-static-top/index.html
index 1b034f4c3..4ca88f02b 100644
--- a/examples/navbar-static-top/index.html
+++ b/examples/navbar-static-top/index.html
@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
+ <link rel="shortcut icon" href="../../assets/ico/favicon.png">
<title>Static Top Navbar Example for Bootstrap</title>
diff --git a/examples/offcanvas/index.html b/examples/offcanvas/index.html
index e6c186462..fcfe48fa8 100644
--- a/examples/offcanvas/index.html
+++ b/examples/offcanvas/index.html
@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
+ <link rel="shortcut icon" href="../../assets/ico/favicon.png">
<title>Off Canvas Template for Bootstrap</title>
diff --git a/examples/signin/index.html b/examples/signin/index.html
index 9521fb437..544e8fec3 100644
--- a/examples/signin/index.html
+++ b/examples/signin/index.html
@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
+ <link rel="shortcut icon" href="../../assets/ico/favicon.png">
<title>Signin Template for Bootstrap</title>
diff --git a/examples/starter-template/index.html b/examples/starter-template/index.html
index 008125d14..d48a9dff0 100644
--- a/examples/starter-template/index.html
+++ b/examples/starter-template/index.html
@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
+ <link rel="shortcut icon" href="../../assets/ico/favicon.png">
<title>Starter Template for Bootstrap</title>
diff --git a/examples/sticky-footer-navbar/index.html b/examples/sticky-footer-navbar/index.html
index a5182eeaf..3fab506b7 100644
--- a/examples/sticky-footer-navbar/index.html
+++ b/examples/sticky-footer-navbar/index.html
@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
+ <link rel="shortcut icon" href="../../assets/ico/favicon.png">
<title>Sticky Footer Navbar Template for Bootstrap</title>
diff --git a/examples/sticky-footer-navbar/sticky-footer-navbar.css b/examples/sticky-footer-navbar/sticky-footer-navbar.css
index f12d7f386..6978a9997 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 8505d7637..6a5a2062d 100644
--- a/examples/sticky-footer/index.html
+++ b/examples/sticky-footer/index.html
@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
+ <link rel="shortcut icon" href="../../assets/ico/favicon.png">
<title>Sticky Footer Template for Bootstrap</title>