From b21fc8aa75debfd8416eca92d0b7604b3f3fa698 Mon Sep 17 00:00:00 2001 From: Myk Date: Sat, 13 Aug 2022 13:32:45 -0700 Subject: [PATCH] remove extra space at bottom of tool summary --- docs/styles/dfhack.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/styles/dfhack.css b/docs/styles/dfhack.css index 4102e6412..0fe608dde 100644 --- a/docs/styles/dfhack.css +++ b/docs/styles/dfhack.css @@ -71,3 +71,7 @@ div.dfhack-tool-summary p { margin-bottom: 0.5em; line-height: 1em; } + +div.dfhack-tool-summary p:last-child { + margin-bottom: 0; +}