aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_layouts')
-rw-r--r--docs/_layouts/default.html2
-rw-r--r--docs/_layouts/home.html2
-rw-r--r--docs/_layouts/page.html4
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index fc58f859a..2a1d159ba 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -4,7 +4,7 @@
<!-- Meta, title, CSS, favicons, etc. -->
{% include header.html %}
</head>
- <body class="bs-docs" data-spy="scroll" data-target=".bs-docs-sidenav-active">
+ <body class="bd-docs" data-spy="scroll" data-target=".bd-sidenav-active">
<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/docs/_layouts/home.html b/docs/_layouts/home.html
index 8c061d489..4f61cc0f0 100644
--- a/docs/_layouts/home.html
+++ b/docs/_layouts/home.html
@@ -4,7 +4,7 @@
<!-- Meta, title, CSS, favicons, etc. -->
{% include header.html %}
</head>
- <body class="bs-docs-home">
+ <body class="bd-home">
<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/docs/_layouts/page.html b/docs/_layouts/page.html
index 42ac1aec8..96a07bb2a 100644
--- a/docs/_layouts/page.html
+++ b/docs/_layouts/page.html
@@ -4,8 +4,8 @@ layout: default
{% include nav-docs.html %}
-<div class="bs-docs-container bs-docs-content">
+<div class="bd-container bd-content">
{% include ads.html %}
- <h1 class="bs-docs-title">{{ page.title }}</h1>
+ <h1 class="bd-title">{{ page.title }}</h1>
{{ content }}
</div>