From: Jean-Yves Gastaud Date: Tue, 20 Dec 2016 15:04:18 +0000 (+0100) Subject: docs: Hide next arrow in theme X-Git-Tag: v0.19~163 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=164d0fb6a757c406cc33df96151c8f18a79f46f4;p=brevno-suite%2Fhugo docs: Hide next arrow in theme --- diff --git a/docs/static/css/style-responsive.css b/docs/static/css/style-responsive.css index ed70f7bd..58f614bb 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) {