From eb23583876aa8676a3be000bb1de110fc364bccf Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 16 Oct 2017 23:02:27 +1100 Subject: [PATCH] Remove the bottom margin from h-feeds so they line up with the h-card properly --- templates/mf2/h-feed.cassius | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/templates/mf2/h-feed.cassius b/templates/mf2/h-feed.cassius index e3a7ab2..30363bf 100644 --- a/templates/mf2/h-feed.cassius +++ b/templates/mf2/h-feed.cassius @@ -1,2 +1,5 @@ -div.h-feed > ol > li:not(:last-child) - margin-bottom: 1em +div.h-feed + > ol.list-unstyled + margin-bottom: 0 + > li:not(:last-child) + margin-bottom: 1em