aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2014-10-29 22:07:13 +0200
committerXhmikosR <[email protected]>2014-10-30 08:08:06 +0200
commit6b7d6565dee1e3a8bc41c1104866ed00f9945981 (patch)
tree14ea97b39c0da591e69600af48ac4c533ee3e3c4 /docs/examples
parentb8c3c5c19b2154d157256cec839c9b0a40b3e7b4 (diff)
downloadbootstrap-6b7d6565dee1e3a8bc41c1104866ed00f9945981.tar.xz
bootstrap-6b7d6565dee1e3a8bc41c1104866ed00f9945981.zip
Examples: Make use of the `footer` tag instead of a `div`.
Diffstat (limited to 'docs/examples')
-rw-r--r--docs/examples/blog/index.html4
-rw-r--r--docs/examples/jumbotron-narrow/index.html4
-rw-r--r--docs/examples/justified-nav/index.html4
-rw-r--r--docs/examples/sticky-footer-navbar/index.html4
-rw-r--r--docs/examples/sticky-footer/index.html4
5 files changed, 10 insertions, 10 deletions
diff --git a/docs/examples/blog/index.html b/docs/examples/blog/index.html
index cbbcd60ae..ab31c84a0 100644
--- a/docs/examples/blog/index.html
+++ b/docs/examples/blog/index.html
@@ -156,12 +156,12 @@
</div><!-- /.container -->
- <div class="blog-footer">
+ <footer class="blog-footer">
<p>Blog template built for <a href="http://getbootstrap.com">Bootstrap</a> by <a href="https://twitter.com/mdo">@mdo</a>.</p>
<p>
<a href="#">Back to top</a>
</p>
- </div>
+ </footer>
<!-- Bootstrap core JavaScript
diff --git a/docs/examples/jumbotron-narrow/index.html b/docs/examples/jumbotron-narrow/index.html
index f054b5513..de54ad9d8 100644
--- a/docs/examples/jumbotron-narrow/index.html
+++ b/docs/examples/jumbotron-narrow/index.html
@@ -69,9 +69,9 @@
</div>
</div>
- <div class="footer">
+ <footer class="footer">
<p>&copy; Company 2014</p>
- </div>
+ </footer>
</div> <!-- /container -->
diff --git a/docs/examples/justified-nav/index.html b/docs/examples/justified-nav/index.html
index b1e045ade..defcdd2f0 100644
--- a/docs/examples/justified-nav/index.html
+++ b/docs/examples/justified-nav/index.html
@@ -71,9 +71,9 @@
</div>
<!-- Site footer -->
- <div class="footer">
+ <footer class="footer">
<p>&copy; Company 2014</p>
- </div>
+ </footer>
</div> <!-- /container -->
diff --git a/docs/examples/sticky-footer-navbar/index.html b/docs/examples/sticky-footer-navbar/index.html
index 8168e37a5..8afe30532 100644
--- a/docs/examples/sticky-footer-navbar/index.html
+++ b/docs/examples/sticky-footer-navbar/index.html
@@ -72,11 +72,11 @@
<p>Back to <a href="../sticky-footer">the default sticky footer</a> minus the navbar.</p>
</div>
- <div class="footer">
+ <footer class="footer">
<div class="container">
<p class="text-muted">Place sticky footer content here.</p>
</div>
- </div>
+ </footer>
<!-- Bootstrap core JavaScript
diff --git a/docs/examples/sticky-footer/index.html b/docs/examples/sticky-footer/index.html
index cb30a833c..64faec51c 100644
--- a/docs/examples/sticky-footer/index.html
+++ b/docs/examples/sticky-footer/index.html
@@ -38,11 +38,11 @@
<p>Use <a href="../sticky-footer-navbar">the sticky footer with a fixed navbar</a> if need be, too.</p>
</div>
- <div class="footer">
+ <footer class="footer">
<div class="container">
<p class="text-muted">Place sticky footer content here.</p>
</div>
- </div>
+ </footer>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->