aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_layouts/page.html')
-rw-r--r--docs/_layouts/page.html4
1 files changed, 2 insertions, 2 deletions
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>