aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/theme/index.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-07 19:33:44 -0700
committerMark Otto <[email protected]>2014-07-07 19:33:44 -0700
commit2e27c90b6b04f765c6070cd10b7bfeb075dc1de5 (patch)
tree011339c33456cc1de76209b055477176bc7ea1ba /docs/examples/theme/index.html
parentbb939f0004ce96de8598c72197d39809f7af175c (diff)
parentc7c2a078ddf39c582dca283384814ccd7aa5f94d (diff)
downloadbootstrap-2e27c90b6b04f765c6070cd10b7bfeb075dc1de5.tar.xz
bootstrap-2e27c90b6b04f765c6070cd10b7bfeb075dc1de5.zip
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'docs/examples/theme/index.html')
-rw-r--r--docs/examples/theme/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html
index 627abc380..0f686c32e 100644
--- a/docs/examples/theme/index.html
+++ b/docs/examples/theme/index.html
@@ -338,7 +338,7 @@
<p>
<a href="#">Inbox <span class="badge">42</span></a>
</p>
- <ul class="nav nav-pills">
+ <ul class="nav nav-pills" role="tablist">
<li class="active"><a href="#">Home <span class="badge">42</span></a></li>
<li><a href="#">Profile</a></li>
<li><a href="#">Messages <span class="badge">3</span></a></li>
@@ -369,7 +369,7 @@
<li><a href="#">Profile</a></li>
<li><a href="#">Messages</a></li>
</ul>
- <ul class="nav nav-pills">
+ <ul class="nav nav-pills" role="tablist">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">Profile</a></li>
<li><a href="#">Messages</a></li>