From 872eadeb99cec26b722784564b2645e63355acaf Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Tue, 6 Oct 2015 12:35:39 +0100 Subject: Add shrink-to-fit viewport directive Fixes potential problems with iOS9's new viewport behavior - see for instance https://forums.developer.apple.com/thread/13510 --- docs/_includes/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes') diff --git a/docs/_includes/header.html b/docs/_includes/header.html index e637dc470..514e686ea 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -1,6 +1,6 @@ - + -- cgit v1.2.3 From c46d1d65f1c87766abeed72d8ad2819e7ff737d2 Mon Sep 17 00:00:00 2001 From: Marcio Vicente Date: Tue, 13 Oct 2015 22:56:54 -0300 Subject: Adding autocomplete attribute in docs input search --- docs/_includes/nav-docs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes') diff --git a/docs/_includes/nav-docs.html b/docs/_includes/nav-docs.html index 545c9655d..7d74f5352 100644 --- a/docs/_includes/nav-docs.html +++ b/docs/_includes/nav-docs.html @@ -1,7 +1,7 @@
-- cgit v1.2.3 From a50849f61b4bb8eedfafae40983f19373f8ccd18 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 6 Sep 2015 13:03:34 +0300 Subject: Switch to jQuery 2.1.4. Now that we don't support IE 8 it's safe to do that. --- 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 eb35020ba..34b463900 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -11,7 +11,7 @@
- + {% if site.github %} -- cgit v1.2.3 From 9a5222ca31e690d9559a0dd635e6f9b82247e54e Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 19 Nov 2015 01:00:35 -0800 Subject: Docs: Separate Tether out from docs.min.js We can't include it in docs.min.js because docs.min.js includes application.js, application.js depends on bootstrap.js, and the tooltip portion of bootstrap.js depends on Tether. So instead, we need to load Tether separately before bootstrap.js [skip sauce] --- docs/_includes/footer.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/_includes') diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 34b463900..3782eea04 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -14,6 +14,8 @@ + + {% if site.github %} {% else %} -- cgit v1.2.3 From a8dc4812a49d8467e8642abb510b523a9a51cd48 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 25 Nov 2015 02:32:41 -0800 Subject: Add responsive float classes; fixes #13690 --- docs/_includes/nav-home.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_includes') diff --git a/docs/_includes/nav-home.html b/docs/_includes/nav-home.html index e4bae8be7..69609286e 100644 --- a/docs/_includes/nav-home.html +++ b/docs/_includes/nav-home.html @@ -1,6 +1,6 @@