diff options
| author | Mark Otto <[email protected]> | 2014-10-27 01:35:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-10-27 01:35:10 -0700 |
| commit | 37f10fe92f2e863f4af0f560c3d576540fb0db7e (patch) | |
| tree | 368dfafb724e9bfb25a7ab197edb68f5f763f69d /docs/_layouts/default.html | |
| parent | d896faa1b9f00ac55de977836609fe7bb548b9e1 (diff) | |
| download | bootstrap-37f10fe92f2e863f4af0f560c3d576540fb0db7e.tar.xz bootstrap-37f10fe92f2e863f4af0f560c3d576540fb0db7e.zip | |
scrollspy maybe?
Diffstat (limited to 'docs/_layouts/default.html')
| -rw-r--r-- | docs/_layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 35fc68535..f502ea632 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -4,7 +4,7 @@ <!-- Meta, title, CSS, favicons, etc. --> {% include header.html %} </head> - <body class="bs-docs"> + <body class="bs-docs" data-spy="scroll" data-target=".bs-docs-sidenav"> <a class="sr-only sr-only-focusable" href="#content">Skip to main content</a> {% include docs-nav.html %} |
