Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/sticky-footer/index.html')
-rw-r--r--docs/examples/sticky-footer/index.html18
1 files changed, 7 insertions, 11 deletions
diff --git a/docs/examples/sticky-footer/index.html b/docs/examples/sticky-footer/index.html
index 6a58e10d5f..5788cd5c91 100644
--- a/docs/examples/sticky-footer/index.html
+++ b/docs/examples/sticky-footer/index.html
@@ -28,20 +28,16 @@
<body>
- <!-- Wrap all page content here -->
- <div id="wrap">
-
- <!-- Begin page content -->
- <div class="container">
- <div class="page-header">
- <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">the sticky footer with a fixed navbar</a> if need be, too.</p>
+ <!-- Begin page content -->
+ <div class="container">
+ <div class="page-header">
+ <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">the sticky footer with a fixed navbar</a> if need be, too.</p>
</div>
- <div id="footer">
+ <div class="footer">
<div class="container">
<p class="text-muted">Place sticky footer content here.</p>
</div>