mirror of https://github.com/twbs/bootstrap.git
scope the anchor highlighting
This commit is contained in:
parent
bbce37c52d
commit
14e3b6b7bd
|
|
@ -129,5 +129,5 @@
|
|||
|
||||
;(function () {
|
||||
'use strict';
|
||||
addAnchors('.bs-docs-container h1, .bs-docs-container h2, .bs-docs-container h3, .bs-docs-container h4, .bs-docs-container h5');
|
||||
addAnchors('.bs-docs-container > h1, .bs-docs-container > h2, .bs-docs-container > h3, .bs-docs-container > h4, .bs-docs-container > h5');
|
||||
})();
|
||||
|
|
|
|||
Loading…
Reference in New Issue