]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes https://github.com/toshimaru/jekyll-toc/issues/25
authorMark Otto <markdotto@gmail.com>
Mon, 31 Jul 2017 18:31:44 +0000 (11:31 -0700)
committerMark Otto <markdotto@gmail.com>
Mon, 31 Jul 2017 18:31:44 +0000 (11:31 -0700)
docs/4.0/about/brand.md

index 5fdc06eb5cd151be83f8d172e8f9dd497a74a4cd..7992258ad4a6b2c4a250c257ce06cc0fd232011a 100644 (file)
@@ -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>