From b977fb2c38899724f160c46d3baab90f59e1356e Mon Sep 17 00:00:00 2001 From: Chuck Werner Date: Tue, 22 Aug 2017 11:33:26 -0400 Subject: [PATCH] This commit adds a style to the less which fixes an issue (a style from header.css and footer.css is affecting p:last-child and eliminating the margin-bottom from a P tag improperly.) --- src/disclosures/css/disclosures.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/disclosures/css/disclosures.less b/src/disclosures/css/disclosures.less index 53ab09e..448a14c 100644 --- a/src/disclosures/css/disclosures.less +++ b/src/disclosures/css/disclosures.less @@ -33,6 +33,11 @@ &_main { padding-top: 0; padding-bottom: 0; + + // Overrides a style bleeding in from footer.css/header.css + p:last-child { + margin-bottom: 15px; + } } &_sidebar a {