aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/cover
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2014-10-30 16:45:33 +0000
committerHeinrich Fenkart <[email protected]>2014-11-11 07:46:14 +0100
commitbb89657bcb53a60d579d8fd9bbea56dde05dad8c (patch)
tree1be2eb0da1b12c4002cec272c9905e1cc23256fd /docs/examples/cover
parent99919c036496d72030a965953f0e2d2d760d638c (diff)
downloadbootstrap-bb89657bcb53a60d579d8fd9bbea56dde05dad8c.tar.xz
bootstrap-bb89657bcb53a60d579d8fd9bbea56dde05dad8c.zip
Assorted accessibility (and some consistency) fixes for documentation
Closes #14951 by merging it.
Diffstat (limited to 'docs/examples/cover')
-rw-r--r--docs/examples/cover/index.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/docs/examples/cover/index.html b/docs/examples/cover/index.html
index 9fcbf7029..90d973016 100644
--- a/docs/examples/cover/index.html
+++ b/docs/examples/cover/index.html
@@ -38,11 +38,13 @@
<div class="masthead clearfix">
<div class="inner">
<h3 class="masthead-brand">Cover</h3>
- <ul class="nav masthead-nav">
- <li class="active"><a href="#">Home</a></li>
- <li><a href="#">Features</a></li>
- <li><a href="#">Contact</a></li>
- </ul>
+ <nav>
+ <ul class="nav masthead-nav">
+ <li class="active"><a href="#">Home</a></li>
+ <li><a href="#">Features</a></li>
+ <li><a href="#">Contact</a></li>
+ </ul>
+ </nav>
</div>
</div>