From: Mark Otto Date: Tue, 20 Jan 2015 02:51:21 +0000 (-0800) Subject: fix scrollspy nav X-Git-Tag: v4.0.0-alpha~389 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff1d10affb94f6c44a06d19c701bdd0523e746c4;p=thirdparty%2Fbootstrap.git fix scrollspy nav --- diff --git a/docs/_includes/nav-docs.html b/docs/_includes/nav-docs.html index 6b3564cd9a..0e8431b506 100644 --- a/docs/_includes/nav-docs.html +++ b/docs/_includes/nav-docs.html @@ -28,7 +28,7 @@ {% assign active = nil %} {% if page.url contains slug %} - {% assign active = 'active' %} + {% assign active = 'active bs-docs-sidenav-active' %} {% endif %}
  • @@ -40,7 +40,7 @@