Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-07-31 21:31:44 +0300
committerMark Otto <markdotto@gmail.com>2017-07-31 21:31:44 +0300
commit0d14fe9e881e4fadf9e57ab979ace39f3c36b3b5 (patch)
tree88f96d8470b407de67b54f825de3c680b7fa387e
parentef1c7291569914e2f2787d12017640a761ae4f78 (diff)
fixes https://github.com/toshimaru/jekyll-toc/issues/25
-rw-r--r--docs/4.0/about/brand.md15
1 files changed, 5 insertions, 10 deletions
diff --git a/docs/4.0/about/brand.md b/docs/4.0/about/brand.md
index 5fdc06eb5c..7992258ad4 100644
--- a/docs/4.0/about/brand.md
+++ b/docs/4.0/about/brand.md
@@ -8,11 +8,6 @@ toc: true
Have a need for Bootstrap's brand resources? Great! We have only a few guidelines we follow, and in turn ask you to follow as well. These guidelines were inspired by MailChimp's [Brand Assets](https://mailchimp.com/about/brand-assets/).
-## Contents
-
-* Will be replaced with the ToC, excluding the "Contents" header
-{:toc}
-
## Mark and logo
Use either the Bootstrap mark (a capital **B**) or the standard logo (just **Bootstrap**). It should always appear in San Francisco Display Semibold. **Do not use the Twitter bird** in association with Bootstrap.
@@ -27,10 +22,10 @@ Use either the Bootstrap mark (a capital **B**) or the standard logo (just **Boo
</div>
<div class="bd-brand-logos">
<div class="bd-brand-item">
- <h1>Bootstrap</h1>
+ <span class="h1">Bootstrap</span>
</div>
<div class="bd-brand-item inverse">
- <h1>Bootstrap</h1>
+ <span class="h1">Bootstrap</span>
</div>
</div>
@@ -56,15 +51,15 @@ The project and framework should always be referred to as **Bootstrap**. No Twit
<div class="bd-brand-logos">
<div class="bd-brand-item">
- <h3>Bootstrap</h3>
+ <span class="h3">Bootstrap</span>
<strong class="text-success">Right</strong>
</div>
<div class="bd-brand-item">
- <h3 class="text-muted">BootStrap</h3>
+ <span class="h3 text-muted">BootStrap</span>
<strong class="text-warning">Wrong</strong>
</div>
<div class="bd-brand-item">
- <h3 class="text-muted">Twitter Bootstrap</h3>
+ <span class="h3 text-muted">Twitter Bootstrap</span>
<strong class="text-warning">Wrong</strong>
</div>
</div>