aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2014-11-01 08:55:03 +0200
committerXhmikosR <[email protected]>2014-11-01 08:55:03 +0200
commit15faedd8349ef537110351716d6a18ac8dbb6969 (patch)
tree7b1433f7a855fea45f4ae979aaebb494383185e7 /docs
parent9a37a937a646ce8a388ab386121a07f98c7e5425 (diff)
parent6b7d6565dee1e3a8bc41c1104866ed00f9945981 (diff)
downloadbootstrap-15faedd8349ef537110351716d6a18ac8dbb6969.tar.xz
bootstrap-15faedd8349ef537110351716d6a18ac8dbb6969.zip
Merge pull request #14917 from twbs/examples-footer
Examples: Make use of the `footer` tag instead of a class.
Diffstat (limited to 'docs')
-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 -->