From c84cf4f7f5187e607e1c5a921d7a7b8166e66def Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 16 Apr 2015 14:07:20 -0700 Subject: rename classes from .bs-docs and .bs to .bd --- docs/_layouts/default.html | 2 +- docs/_layouts/home.html | 2 +- docs/_layouts/page.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/_layouts') 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 @@ {% include header.html %} - +
Skip to main content 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 @@ {% include header.html %} - +
Skip to main content 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 %} -
+
{% include ads.html %} -

{{ page.title }}

+

{{ page.title }}

{{ content }}
-- cgit v1.2.3