From dcc93ab61055608c10894f6396baf5ac621ad88e Mon Sep 17 00:00:00 2001 From: David Fischer Date: Mon, 15 Jan 2018 11:24:03 -0800 Subject: [PATCH] Adjust margins on top level and nested line-blocks - top level have no left margin and a bottom margin - nested have a left margin and no bottom margin --- sass/_theme_rst.sass | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sass/_theme_rst.sass b/sass/_theme_rst.sass index c3aee449..e330068a 100644 --- a/sass/_theme_rst.sass +++ b/sass/_theme_rst.sass @@ -86,6 +86,10 @@ margin-bottom: $base-line-height / 2 .line-block margin-left: 0px + margin-bottom: $base-line-height + .line-block .line-block + margin-left: $base-line-height + margin-bottom: 0px // Generics handling of headings and toc stuff. .topic-title