From ed5b7379ad3cca9f39b2e4821c24738a0ba76197 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 10 Aug 2020 09:43:26 -0300 Subject: Also separate footnotes with a border --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 94aa10b..dd022fe 100644 --- a/styles.css +++ b/styles.css @@ -71,7 +71,7 @@ section.header { font-style: italic; } -section.post-footer { +section.post-footer, div.footnotes { border-top: 0.5px solid #555; } -- cgit v1.2.3