From 159528c60382b5d7f92d82243d7c9c52340c8d83 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Thu, 26 Oct 2017 09:46:38 +1100 Subject: [PATCH] Fix list styling inside h-entry so it looks the same regardless of whether you're on a permalink or feed page --- entries/static/entries/css/h-entry.styl | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/entries/static/entries/css/h-entry.styl b/entries/static/entries/css/h-entry.styl index 7e8a00b..c5037fb 100644 --- a/entries/static/entries/css/h-entry.styl +++ b/entries/static/entries/css/h-entry.styl @@ -10,8 +10,20 @@ ol.entries margin-bottom 0 .card.h-entry - .e-content > :last-child - margin-bottom 0 + .e-content + ul + list-style-type disc + ul, ol + margin-bottom 1rem + ul + list-style-type circle + ul, ol + margin-bottom 0 + ul + list-style-type square + > :last-child + margin-bottom 0 + .card-footer display flex justify-content space-evenly