Skip to content

Commit

Permalink
Shorten sticky footer examples footer content to prevent wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Dec 1, 2013
1 parent 22da6fc commit c6244a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/sticky-footer-navbar/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h1>Sticky footer with fixed navbar</h1>

<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>

Expand Down
2 changes: 1 addition & 1 deletion examples/sticky-footer-navbar/sticky-footer-navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ body {
#wrap > .container {
padding: 60px 15px 0;
}
.container .credit {
.container .text-muted {
margin: 20px 0;
}

Expand Down
2 changes: 1 addition & 1 deletion examples/sticky-footer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h1>Sticky footer</h1>

<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>

Expand Down
2 changes: 1 addition & 1 deletion examples/sticky-footer/sticky-footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ body {
max-width: 680px;
padding: 0 15px;
}
.container .credit {
.container .text-muted {
margin: 20px 0;
}

0 comments on commit c6244a9

Please sign in to comment.