summaryrefslogtreecommitdiffstats
path: root/docs/static
diff options
context:
space:
mode:
authorJean-Yves Gastaud <jygastaud@gmail.com>2016-12-20 16:04:18 +0100
committerdigitalcraftsman <digitalcraftsman@protonmail.com>2016-12-28 13:54:30 +0100
commit164d0fb6a757c406cc33df96151c8f18a79f46f4 (patch)
tree978dc71f5039bf14e48241497bb6e395f0fd9efd /docs/static
parent8a63e092faab9765dfe1cee31e9af4a200a8d2ef (diff)
docs: Hide next arrow in theme
Diffstat (limited to 'docs/static')
-rw-r--r--docs/static/css/style-responsive.css4
1 files changed, 4 insertions, 0 deletions
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) {