]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Shorten sticky footer examples footer content to prevent wrapping
authorMark Otto <otto@github.com>
Sun, 1 Dec 2013 06:41:43 +0000 (22:41 -0800)
committerMark Otto <otto@github.com>
Sun, 1 Dec 2013 06:41:43 +0000 (22:41 -0800)
examples/sticky-footer-navbar/index.html
examples/sticky-footer-navbar/sticky-footer-navbar.css
examples/sticky-footer/index.html
examples/sticky-footer/sticky-footer.css

index fb86074401118ec5dd8412d6f7a2235f2b360952..35641e35a6de424befbd5afb78d7f509617a02a1 100644 (file)
@@ -77,7 +77,7 @@
 
     <div id="footer">
       <div class="container">
-        <p class="text-muted credit">Example courtesy <a href="http://martinbean.co.uk">Martin Bean</a> and <a href="http://ryanfait.com/sticky-footer/">Ryan Fait</a>.</p>
+        <p class="text-muted">Place sticky footer content here.</p>
       </div>
     </div>
 
index 4869de0e60a2be6d1ddaef2476b84d26c693bf6f..7ca093added8c5d85be25b0e67bcc77e5bfb3f7a 100644 (file)
@@ -31,7 +31,7 @@ body {
 #wrap > .container {
   padding: 60px 15px 0;
 }
-.container .credit {
+.container .text-muted {
   margin: 20px 0;
 }
 
index b52754df905abbb1bfff467c4421f761917a8940..e5807130e45bd08664c9c09f4856baad8a59bee6 100644 (file)
@@ -43,7 +43,7 @@
 
     <div id="footer">
       <div class="container">
-        <p class="text-muted credit">Example courtesy <a href="http://martinbean.co.uk">Martin Bean</a> and <a href="http://ryanfait.com/sticky-footer/">Ryan Fait</a>.</p>
+        <p class="text-muted">Place sticky footer content here.</p>
       </div>
     </div>
 
index db69addbb1f7c017f35f4c21d70c88033a271218..54ed9e8767d8ea9cc5acad8067fc959452522ca7 100644 (file)
@@ -33,6 +33,6 @@ body {
   max-width: 680px;
   padding: 0 15px;
 }
-.container .credit {
+.container .text-muted {
   margin: 20px 0;
 }