From 2c15fde411c3d2a85acf710ba661312dc8596b11 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Fri, 7 Dec 2018 21:52:45 -0500 Subject: [PATCH] Lists not indented properly on genindex.html (#676) * Lists not indented properly on genindex.html I haven't tested this yet but it is a start to fixing this. No need to review yet. Fixes #671 * Update CSS Selector This should also fix #685 * Remove styling for contents --- sass/_theme_layout.sass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sass/_theme_layout.sass b/sass/_theme_layout.sass index 904e9ae1..17577e67 100644 --- a/sass/_theme_layout.sass +++ b/sass/_theme_layout.sass @@ -363,6 +363,8 @@ footer color: $text-medium font-size: 90% +.genindextable li > ul + margin-left: $base-line-height +media($tablet) .wy-body-for-nav