2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Revert "Use h5 for callouts so that they are not included in ToC."

This reverts commit 11da160114.

This is no longer needed with jekyll-toc 0.9.1.
This commit is contained in:
XhmikosR
2018-11-28 19:49:34 +02:00
parent 0b96d62fb3
commit 24eb9a75e9
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ When `$enable-gradients` is set to `true` (default is `false`), you can use `.bg
- `.bg-gradient-{{ color.name }}`{% endfor %}
{% capture callout %}
##### Dealing with specificity
#### Dealing with specificity
Sometimes contextual classes cannot be applied due to the specificity of another selector. In some cases, a sufficient workaround is to wrap your element's content in a `<div>` with the class.
{% endcapture %}