]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix up sticky footer example (fixes #9680) and add favicons to all examples
authorMark Otto <otto@github.com>
Fri, 16 Aug 2013 18:03:52 +0000 (11:03 -0700)
committerMark Otto <otto@github.com>
Fri, 16 Aug 2013 18:03:52 +0000 (11:03 -0700)
13 files changed:
examples/carousel/index.html
examples/grid/index.html
examples/jumbotron-narrow/index.html
examples/jumbotron/index.html
examples/justified-nav/index.html
examples/navbar-fixed-top/index.html
examples/navbar-static-top/index.html
examples/offcanvas/index.html
examples/signin/index.html
examples/starter-template/index.html
examples/sticky-footer-navbar/index.html
examples/sticky-footer-navbar/sticky-footer-navbar.css
examples/sticky-footer/index.html

index 8f3ac988acc614958f496e795fb98b9a2616f475..6e5edbbec22f58b11591f3209394fa8c051f92b4 100644 (file)
@@ -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>
 
index 4525f7e499b7d561edca02cac81f55363e2ded3f..3db13f58cfa3b6161c5a04d7a755ce93e7f8de8c 100644 (file)
@@ -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>
 
index 1d09fa852b1def46cb4d533e2c5c73ab0c8f29f4..9c3c1b6cf1e0fafe4aeb710dac50c7494bcd53f2 100644 (file)
@@ -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>
 
index b5a5a11ece26a2abde057475239e61baf69a8754..d5654e72e6f495b47deea018807b7397c4286d5d 100644 (file)
@@ -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>
 
index 21a97b708eedf49ef55e8e7fa4eb093e74eaceb4..f01005f3f472a4b1179d113c8df7086b4b50c527 100644 (file)
@@ -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>
 
index 3943ad24728477dc349b41387b7ebd5ca88477b8..df634621796ec31d2d2be8a0d22254919f4d74fd 100644 (file)
@@ -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>
 
index 1b034f4c3e3e217d59e49fb32a6a3a3e4a385df8..4ca88f02b9b7708bdb54bcf4d76afcadb5a416cf 100644 (file)
@@ -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>
 
index e6c186462ce9c2e42d1127edf825d97e91cb2255..fcfe48fa81aef9fc2eac541cb105d6a7ad132855 100644 (file)
@@ -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>
 
index 9521fb437b0d708e32107a92e6b18c1309c650bd..544e8fec31e548dd6b3bda97fc8471c8324c8b8d 100644 (file)
@@ -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>
 
index 008125d14b0e8bf2c96b5483f83f9ce6156b7bcc..d48a9dff0b1169d12cf6896a4bd4d1e5e1e52556 100644 (file)
@@ -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>
 
index a5182eeafa017d20e84a720fbbe99446209193ec..3fab506b7aa12c13f72ed1786a92aff9bf653682 100644 (file)
@@ -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>
 
index f12d7f38618ff99a26e3579050c016708e105998..6978a99972087adc134d4828bdffbb965c00e032 100644 (file)
@@ -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
index 8505d76375623726313cc29a395dcb562cd56bd3..6a5a2062d2cf0fd2d35377c79986738634b06a85 100644 (file)
@@ -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>