diff options
| author | Mark Otto <[email protected]> | 2013-01-19 09:39:56 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-19 09:39:56 -0800 |
| commit | 1a88367b72eb31acf42a941e95ef80eb27f00cde (patch) | |
| tree | 4467465871fa7236a16b72badfd1ece39bf150b2 /docs | |
| parent | d7d5069be104c6de2627ee08891ff0b3983d168c (diff) | |
| download | bootstrap-1a88367b72eb31acf42a941e95ef80eb27f00cde.tar.xz bootstrap-1a88367b72eb31acf42a941e95ef80eb27f00cde.zip | |
mo betta links between sticky footer examples
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/examples/sticky-footer-navbar.html | 2 | ||||
| -rw-r--r-- | docs/examples/sticky-footer.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/sticky-footer-navbar.html b/docs/examples/sticky-footer-navbar.html index d6b9218f3..92c1d339b 100644 --- a/docs/examples/sticky-footer-navbar.html +++ b/docs/examples/sticky-footer-navbar.html @@ -129,7 +129,7 @@ <h1>Sticky footer with fixed navbar</h1> </div> <p class="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS. A fixed navbar has been added within <code>#wrap</code> with <code>padding-top: 60px;</code> on the <code>.container</code>.</p> - <p>Back to <a href="./sticky-footer.html">the sticky footer</a> minus the navbar.</p> + <p>Back to <a href="./sticky-footer.html">the default sticky footer</a> minus the navbar.</p> </div> <div id="push"></div> diff --git a/docs/examples/sticky-footer.html b/docs/examples/sticky-footer.html index 77be2bd01..74b01dd93 100644 --- a/docs/examples/sticky-footer.html +++ b/docs/examples/sticky-footer.html @@ -91,7 +91,7 @@ <h1>Sticky footer</h1> </div> <p class="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS.</p> - <p>Use <a href="./sticky-footer-navbar.html">the sticky footer</a> with a fixed navbar if need be, too.</p> + <p>Use <a href="./sticky-footer-navbar.html">the sticky footer with a fixed navbar</a> if need be, too.</p> </div> <div id="push"></div> |
