diff options
| author | Mark Otto <[email protected]> | 2017-10-17 18:38:38 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-10-17 20:15:55 -0700 |
| commit | 2bd09e5b72c51509ae0161cb7d76e4a9e72ee933 (patch) | |
| tree | c36f6f7c1ac2adb2bf0f9749d8a83c8f8899c87e /_layouts/docs.html | |
| parent | e756b667d2284717e60fe1fd480b21491764e05e (diff) | |
| download | bootstrap-2bd09e5b72c51509ae0161cb7d76e4a9e72ee933.tar.xz bootstrap-2bd09e5b72c51509ae0161cb7d76e4a9e72ee933.zip | |
Remove class and scrollspy attributes from layouts
Diffstat (limited to '_layouts/docs.html')
| -rw-r--r-- | _layouts/docs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/docs.html b/_layouts/docs.html index 558d64d2a..a9e2ce5a4 100644 --- a/_layouts/docs.html +++ b/_layouts/docs.html @@ -3,7 +3,7 @@ <head> {% include header.html %} </head> - <body class="bd-docs" data-spy="scroll" data-target=".bd-sidenav-active"> + <body> <a id="skippy" class="sr-only sr-only-focusable" href="#content"> <div class="container"> <span class="skiplink-text">Skip to main content</span> |
