Commit c6244a94 authored by Mark Otto's avatar Mark Otto
Browse files

Shorten sticky footer examples footer content to prevent wrapping

parent 22da6fcf
Showing with 4 additions and 4 deletions
+4 -4
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
<div id="footer"> <div id="footer">
<div class="container"> <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>
</div> </div>
......
...@@ -31,7 +31,7 @@ body { ...@@ -31,7 +31,7 @@ body {
#wrap > .container { #wrap > .container {
padding: 60px 15px 0; padding: 60px 15px 0;
} }
.container .credit { .container .text-muted {
margin: 20px 0; margin: 20px 0;
} }
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
<div id="footer"> <div id="footer">
<div class="container"> <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>
</div> </div>
......
...@@ -33,6 +33,6 @@ body { ...@@ -33,6 +33,6 @@ body {
max-width: 680px; max-width: 680px;
padding: 0 15px; padding: 0 15px;
} }
.container .credit { .container .text-muted {
margin: 20px 0; margin: 20px 0;
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment