ref: 164d0fb6a757c406cc33df96151c8f18a79f46f4
parent: 8a63e092faab9765dfe1cee31e9af4a200a8d2ef
author: Jean-Yves Gastaud <[email protected]>
date: Tue Dec 20 11:04:18 EST 2016
docs: Hide next arrow in theme
--- 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) {