diff options
Diffstat (limited to 'examples/non-responsive/index.html')
| -rw-r--r-- | examples/non-responsive/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/non-responsive/index.html b/examples/non-responsive/index.html index 52776e3fc..1c56b300f 100644 --- a/examples/non-responsive/index.html +++ b/examples/non-responsive/index.html @@ -19,7 +19,7 @@ <link href="non-responsive.css" rel="stylesheet"> <!-- Just for debugging purposes. Don't actually copy this line! --> - <!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]--> + <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]--> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> @@ -31,10 +31,11 @@ <body> <!-- Fixed navbar --> - <div class="navbar navbar-default navbar-fixed-top"> + <div class="navbar navbar-default 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"> + <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> |
