diff options
| author | Fabien <[email protected]> | 2013-04-02 13:26:35 +0200 |
|---|---|---|
| committer | Fabien <[email protected]> | 2013-04-02 13:26:35 +0200 |
| commit | aa51a36686a62ad5ec0bac3958b08151fc9d5d05 (patch) | |
| tree | 372ee26b3e46a652dba001ad34f4f3e658a6ab5a /docs/examples | |
| parent | 9ecc43d21a7c26ad799e9c2dfd8149e1d8d50851 (diff) | |
| download | bootstrap-aa51a36686a62ad5ec0bac3958b08151fc9d5d05.tar.xz bootstrap-aa51a36686a62ad5ec0bac3958b08151fc9d5d05.zip | |
Fix corss link for sticky footer
Diffstat (limited to 'docs/examples')
| -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 96b228212..716412a9d 100644 --- a/docs/examples/sticky-footer-navbar.html +++ b/docs/examples/sticky-footer-navbar.html @@ -104,7 +104,7 @@ title: Sticky footer with navbar template <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 default sticky footer</a> minus the navbar.</p> + <p>Back to <a href="../sticky-footer">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 1f27ffabc..62c108812 100644 --- a/docs/examples/sticky-footer.html +++ b/docs/examples/sticky-footer.html @@ -69,7 +69,7 @@ title: Sticky footer template <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 with a fixed navbar</a> if need be, too.</p> + <p>Use <a href="../sticky-footer-navbar">the sticky footer with a fixed navbar</a> if need be, too.</p> </div> <div id="push"></div> |
