Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-10-18 04:38:38 +0300
committerMark Otto <markd.otto@gmail.com>2017-10-18 06:15:55 +0300
commit2bd09e5b72c51509ae0161cb7d76e4a9e72ee933 (patch)
treec36f6f7c1ac2adb2bf0f9749d8a83c8f8899c87e /_layouts
parente756b667d2284717e60fe1fd480b21491764e05e (diff)
Remove class and scrollspy attributes from layouts
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html2
-rw-r--r--_layouts/docs.html2
-rw-r--r--_layouts/home.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 0c800e2bb9..487baf470e 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 558d64d2ae..a9e2ce5a4d 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 05767fcd55..a406ba2e6a 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>