From 7d0f7e84412ab8018e6e9211f9e6a0f47d1100ce Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 29 Apr 2014 15:54:05 -0700 Subject: add button to toggle the optional theme when viewing the docs; fixes #9764 --- docs/_layouts/default.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/_layouts/default.html') diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index ec05d83ce..5a65f46a2 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -50,6 +50,11 @@ + {% if page.slug == "css" or page.slug == "components" or page.slug == "js" %} +
+ +
+ {% endif %} -- cgit v1.2.3 From 12b5d46f17a125021c5083fbc88b53a7fb86a096 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 22 May 2014 18:38:43 -0700 Subject: move it to the sidebar --- docs/_layouts/default.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'docs/_layouts/default.html') diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 5a65f46a2..da221e28b 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -47,15 +47,14 @@ Back to top + {% if page.slug == "css" or page.slug == "components" or page.slug == "js" %} + + Preview theme + + {% endif %} - {% if page.slug == "css" or page.slug == "components" or page.slug == "js" %} -
- -
- {% endif %} - {% include footer.html %} -- cgit v1.2.3 From 508d9f0d65ca215dfdfca6aa8cdd877f8dfebd11 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 18 Jun 2014 19:18:02 -0700 Subject: fix part of #13111: hide the docs nav on small and below devices --- docs/_layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_layouts/default.html') diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index da221e28b..577b08ded 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -26,7 +26,7 @@ {{ content }}
-