From 19d6301506bfde60eb7a93a1a6a0532cb79f6e0f Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 24 Dec 2015 18:30:25 -0700 Subject: docs: Add SRI hash for jQuery; refs #18665 --- docs/_includes/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes') diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 7bcaa3983..662ea1133 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -11,7 +11,7 @@ - + -- cgit v1.2.3 From 102a20f5b36bec4b3bff613a5520b240761914ce Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 3 Feb 2016 19:29:15 -0800 Subject: center the nav --- docs/_includes/nav-home.html | 112 ++++++++++++++++++++++--------------------- 1 file changed, 57 insertions(+), 55 deletions(-) (limited to 'docs/_includes') diff --git a/docs/_includes/nav-home.html b/docs/_includes/nav-home.html index 9faa22f6c..a347a5f7c 100644 --- a/docs/_includes/nav-home.html +++ b/docs/_includes/nav-home.html @@ -1,59 +1,61 @@ -- cgit v1.2.3 From 42c52a278f4f3f5070fe943be37303eced605e38 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 6 Feb 2016 00:22:31 -0800 Subject: Improve docs sidenav active link highlighting Capture the slug once before applying it and add a slash to it to so we get a unique string to match against instead of a fuzzy partial 'contains'. Helps avoid 'grid' highlighting 'flexbox-grid', for example. --- docs/_includes/nav-docs.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/_includes') diff --git a/docs/_includes/nav-docs.html b/docs/_includes/nav-docs.html index fa2984188..b4f4d1f9e 100644 --- a/docs/_includes/nav-docs.html +++ b/docs/_includes/nav-docs.html @@ -25,6 +25,7 @@