diff options
| author | Chris Rebert <[email protected]> | 2014-11-17 02:13:21 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-11-17 02:13:21 -0800 |
| commit | 450a9ece107a2010e7d0c4eddafc58bad697b569 (patch) | |
| tree | 7075cf6c8a8264c050c7d064dd52450c9f942ad4 /docs/examples/theme | |
| parent | 8df9298b1e8696dcbf0bae54bff1816bd8df061a (diff) | |
| parent | bab36220c98bc9552a483d5d091cb8d8acfd3d31 (diff) | |
| download | bootstrap-450a9ece107a2010e7d0c4eddafc58bad697b569.tar.xz bootstrap-450a9ece107a2010e7d0c4eddafc58bad697b569.zip | |
Merge pull request #15125 from patrickhlauke/docs-clean-up
Docs clean up - unnecessary role attributes, callout clarifications
Diffstat (limited to 'docs/examples/theme')
| -rw-r--r-- | docs/examples/theme/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html index 9407a0880..a687732aa 100644 --- a/docs/examples/theme/index.html +++ b/docs/examples/theme/index.html @@ -32,7 +32,7 @@ <body role="document"> <!-- Fixed navbar --> - <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"> + <nav class="navbar navbar-inverse navbar-fixed-top"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> |
