From a02189a8e93d814faa03fafd4127e928369b76b3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 4 Nov 2011 22:14:12 -0400 Subject: [PATCH] hide rtd on mobile docs --- docs/_themes/kr/static/small_flask.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/_themes/kr/static/small_flask.css b/docs/_themes/kr/static/small_flask.css index 7463266..b296e4a 100644 --- a/docs/_themes/kr/static/small_flask.css +++ b/docs/_themes/kr/static/small_flask.css @@ -68,15 +68,20 @@ div.body { min-height: 0; padding: 0; } -/* -div.sphinxsidebar { - display: none; + +.rtd_doc_footer { + display: none; } div.document { width: 100%; } +/* +div.sphinxsidebar { + display: none; +} + div.documentwrapper { margin-left: 0; margin-top: 0; -- 2.34.1