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 | fb94710d9a88dfd24a2aa2f3a1ecfa5d3d8a8b88 (patch) | |
| tree | 58b4e3554a8000b5c2858056a6d0c2e307129fa7 | |
| parent | ed54b6dcf754dc613ff77e4e957c551a354f6d0a (diff) | |
| download | bootstrap-fb94710d9a88dfd24a2aa2f3a1ecfa5d3d8a8b88.tar.xz bootstrap-fb94710d9a88dfd24a2aa2f3a1ecfa5d3d8a8b88.zip | |
Fix corss link for sticky footer
| -rw-r--r-- | sticky-footer-navbar.html | 2 | ||||
| -rw-r--r-- | sticky-footer.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sticky-footer-navbar.html b/sticky-footer-navbar.html index 96b228212..716412a9d 100644 --- a/sticky-footer-navbar.html +++ b/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/sticky-footer.html b/sticky-footer.html index 1f27ffabc..62c108812 100644 --- a/sticky-footer.html +++ b/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> |
