aboutsummaryrefslogtreecommitdiff
path: root/examples/theme
diff options
context:
space:
mode:
authorAJ Acevedo <[email protected]>2013-10-31 16:09:41 -0400
committerAJ Acevedo <[email protected]>2013-10-31 16:09:41 -0400
commit0d4b9ef72e7e8e7210523aced9aced2d8cbad74a (patch)
tree7c73bbb5778c3f5fc4c89ddc879a6d639510594a /examples/theme
parent867e2bef8d9c9b901022899227b306a532f5baf3 (diff)
downloadbootstrap-0d4b9ef72e7e8e7210523aced9aced2d8cbad74a.tar.xz
bootstrap-0d4b9ef72e7e8e7210523aced9aced2d8cbad74a.zip
Added navigation role to example navbars
As per the docs: http://getbootstrap.com/components/#navbar-default modified: examples/carousel/index.html modified: examples/jumbotron/index.html modified: examples/navbar-fixed-top/index.html modified: examples/navbar-static-top/index.html modified: examples/navbar/index.html modified: examples/non-responsive/index.html modified: examples/starter-template/index.html modified: examples/sticky-footer-navbar/index.html modified: examples/theme/index.html
Diffstat (limited to 'examples/theme')
-rw-r--r--examples/theme/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/theme/index.html b/examples/theme/index.html
index 69388544c..5e66e8167 100644
--- a/examples/theme/index.html
+++ b/examples/theme/index.html
@@ -31,7 +31,7 @@
<body>
<!-- Fixed navbar -->
- <div class="navbar navbar-inverse navbar-fixed-top">
+ <div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">