aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-04-16 14:07:20 -0700
committerMark Otto <[email protected]>2015-04-16 14:07:20 -0700
commitc84cf4f7f5187e607e1c5a921d7a7b8166e66def (patch)
tree8e4b6d63554fb3cbba79e3f89b0b31a4b21b779a /docs/_layouts
parent3c9368124507ce2d643a471e71b1ed13c9232435 (diff)
downloadbootstrap-c84cf4f7f5187e607e1c5a921d7a7b8166e66def.tar.xz
bootstrap-c84cf4f7f5187e607e1c5a921d7a7b8166e66def.zip
rename classes from .bs-docs and .bs to .bd
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>