2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +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
+2 -2
View File
@@ -257,14 +257,14 @@ $('body').scrollspy({ target: '#navbar-example' })
{% endhighlight %}
{% capture callout %}
##### Resolvable ID targets required
#### Resolvable ID targets required
Navbar links must have resolvable id targets. For example, a `<a href="#home">home</a>` must correspond to something in the DOM like `<div id="home"></div>`.
{% endcapture %}
{% include callout.html content=callout type="danger" %}
{% capture callout %}
##### Non-`:visible` target elements ignored
#### Non-`:visible` target elements ignored
Target elements that are not [`:visible` according to jQuery](https://api.jquery.com/visible-selector/) will be ignored and their corresponding nav items will never be highlighted.
{% endcapture %}