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/header.html') 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 211ca5865763dd1c3566529816b2e1bc2155ec9f Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 4 Dec 2015 00:44:33 -0800 Subject: Use non-minified CSS when running docs locally For easier debugging. Just like we already do for the JS. [skip sauce] --- docs/_includes/header.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs/_includes/header.html') diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 514e686ea..e7ecb12ab 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -14,7 +14,11 @@ - +{% if site.github %} + +{% else %} + +{% endif %} -- cgit v1.2.3