diff options
| author | Mark Otto <[email protected]> | 2015-04-16 18:54:17 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-04-16 18:54:17 -0700 |
| commit | 0ab1576ae227663d9e97040a486e1ca2818bab1e (patch) | |
| tree | d852285be3a39c9cc73d17bea3602a0b62c0faad /docs/_layouts/page.html | |
| parent | 605990400eb470e50bcdfd3643b8cc10f2684836 (diff) | |
| parent | 06c2862d257935871fc846670148c8767e2f6a82 (diff) | |
| download | bootstrap-0ab1576ae227663d9e97040a486e1ca2818bab1e.tar.xz bootstrap-0ab1576ae227663d9e97040a486e1ca2818bab1e.zip | |
Merge branch 'v4' of https://github.com/twbs/derpstrap into v4
Diffstat (limited to 'docs/_layouts/page.html')
| -rw-r--r-- | docs/_layouts/page.html | 4 |
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> |
