From 164d0fb6a757c406cc33df96151c8f18a79f46f4 Mon Sep 17 00:00:00 2001 From: Jean-Yves Gastaud Date: Tue, 20 Dec 2016 16:04:18 +0100 Subject: [PATCH] docs: Hide next arrow in theme --- docs/static/css/style-responsive.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/static/css/style-responsive.css b/docs/static/css/style-responsive.css index ed70f7bd4..58f614bb4 100644 --- a/docs/static/css/style-responsive.css +++ b/docs/static/css/style-responsive.css @@ -51,6 +51,10 @@ margin-bottom: 5px; } + .navigation.next { + display: none; + } + } @media (max-width: 480px) {