diff options
| author | Mark Otto <[email protected]> | 2017-07-31 11:31:44 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-07-31 11:31:44 -0700 |
| commit | 0d14fe9e881e4fadf9e57ab979ace39f3c36b3b5 (patch) | |
| tree | 88f96d8470b407de67b54f825de3c680b7fa387e /docs | |
| parent | ef1c7291569914e2f2787d12017640a761ae4f78 (diff) | |
| download | bootstrap-0d14fe9e881e4fadf9e57ab979ace39f3c36b3b5.tar.xz bootstrap-0d14fe9e881e4fadf9e57ab979ace39f3c36b3b5.zip | |
fixes https://github.com/toshimaru/jekyll-toc/issues/25
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/about/brand.md | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/docs/4.0/about/brand.md b/docs/4.0/about/brand.md index 5fdc06eb5..7992258ad 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> |
