diff options
| author | Chris Rebert <[email protected]> | 2013-10-31 13:36:52 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-10-31 13:36:52 -0700 |
| commit | 19fdd707efecbb7fa26be242b6785a3bf9bf0211 (patch) | |
| tree | 7c73bbb5778c3f5fc4c89ddc879a6d639510594a /examples/theme | |
| parent | 867e2bef8d9c9b901022899227b306a532f5baf3 (diff) | |
| parent | 0d4b9ef72e7e8e7210523aced9aced2d8cbad74a (diff) | |
| download | bootstrap-19fdd707efecbb7fa26be242b6785a3bf9bf0211.tar.xz bootstrap-19fdd707efecbb7fa26be242b6785a3bf9bf0211.zip | |
Merge pull request #11315 from AJAlabs/master
Added navigation role to example navbars
Diffstat (limited to 'examples/theme')
| -rw-r--r-- | examples/theme/index.html | 2 |
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"> |
