From 8a63e092faab9765dfe1cee31e9af4a200a8d2ef Mon Sep 17 00:00:00 2001 From: Jean-Yves Gastaud Date: Tue, 20 Dec 2016 15:59:56 +0100 Subject: [PATCH] docs: Remove right padding 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 9381ce68c..ed70f7bd4 100644 --- a/docs/static/css/style-responsive.css +++ b/docs/static/css/style-responsive.css @@ -21,6 +21,10 @@ position: none !important; } + .wrapper { + padding: inherit; + } + #sidebar > ul > li { margin: 0 10px 5px 10px; }