From 2bb8782c8041ce306d11236d529a8b0b5b1aeb6f Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Tue, 18 Apr 2017 00:21:12 -0400 Subject: [PATCH] Set margin-bottom to 0 for captions in figures The issue here is that figures have a margin of 24px and `p` tags also have a margin of 24px so figure caption get huge 48px margins on the bottom. --- sass/_theme_rst.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/sass/_theme_rst.sass b/sass/_theme_rst.sass index ef0ebda6..2a927ba4 100644 --- a/sass/_theme_rst.sass +++ b/sass/_theme_rst.sass @@ -26,6 +26,7 @@ margin-bottom: $base-line-height p.caption font-style: italic + margin-bottom: 0px div.figure.align-center text-align: center