diff options
| author | Sharrell Porter <[email protected]> | 2017-10-20 07:12:39 -0400 |
|---|---|---|
| committer | Sharrell Porter <[email protected]> | 2017-10-20 07:12:39 -0400 |
| commit | 4f814fabd6aa198df72e8263350fa60213d13176 (patch) | |
| tree | 8fbcc6b66212a39be6bb8b1a6811a4f3eb2e901a /_layouts | |
| parent | 77ea66da4dc054b33392d32be152eb1082d305e2 (diff) | |
| parent | 9a1d81f154f4391f9fea47fc26cd2fa864d6ae8a (diff) | |
| download | bootstrap-4f814fabd6aa198df72e8263350fa60213d13176.tar.xz bootstrap-4f814fabd6aa198df72e8263350fa60213d13176.zip | |
sync-commits erge branch 'v4-dev' into custom-checkboxes-radios-correct-color
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/default.html | 2 | ||||
| -rw-r--r-- | _layouts/docs.html | 2 | ||||
| -rw-r--r-- | _layouts/home.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 0c800e2bb..487baf470 100644 --- a/_layouts/default.html +++ b/_layouts/default.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> 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> diff --git a/_layouts/home.html b/_layouts/home.html index 05767fcd5..a406ba2e6 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -3,7 +3,7 @@ <head> {% include header.html %} </head> - <body class="bd-home"> + <body> <a id="skippy" class="sr-only sr-only-focusable" href="#content"> <div class="container"> <span class="skiplink-text">Skip to main content</span> |
