From 258df5146cfb2e139688eb698eb0cee7802ad347 Mon Sep 17 00:00:00 2001 From: Coby Chapple Date: Thu, 4 Apr 2013 16:51:43 +0100 Subject: [PATCH] add a dropdown for navigating docs on mobiles --- site/_includes/docs_contents_mobile.html | 36 ++++++++++++++++++++++++ site/css/style.css | 4 +++ 2 files changed, 40 insertions(+) create mode 100644 site/_includes/docs_contents_mobile.html diff --git a/site/_includes/docs_contents_mobile.html b/site/_includes/docs_contents_mobile.html new file mode 100644 index 00000000..60a01d5c --- /dev/null +++ b/site/_includes/docs_contents_mobile.html @@ -0,0 +1,36 @@ +
+ +
diff --git a/site/css/style.css b/site/css/style.css index 6770ef87..b640462f 100644 --- a/site/css/style.css +++ b/site/css/style.css @@ -498,6 +498,10 @@ p { cursor: default; } +.docs-nav-mobile select { + width: 100%; +} + /* Article HTML */ article h2,