From bb82cd22fd84600348be221f407918656fd6aa19 Mon Sep 17 00:00:00 2001 From: Mike Edmunds Date: Wed, 11 Apr 2018 18:46:06 -0700 Subject: [PATCH] Add spacing between items in "open" lists (#591) Override wyrm's `... li p:last-child { margin-bottom: 0 }` from .wy-plain-list-disc and .wy-plain-list-decimal. Fixes #590. (And probably #354.) --- sass/_theme_rst.sass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sass/_theme_rst.sass b/sass/_theme_rst.sass index cce2e9fe..9293dc16 100644 --- a/sass/_theme_rst.sass +++ b/sass/_theme_rst.sass @@ -127,6 +127,8 @@ @extend .wy-plain-list-decimal .section ol p, .section ul p margin-bottom: $base-line-height / 2 + &:last-child + margin-bottom: $base-line-height .line-block margin-left: 0px margin-bottom: $base-line-height