From 8f5b86d465e4e19620ec613127a7514ad9c58f4a Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Mon, 13 Jan 2020 15:34:36 +0100 Subject: fix style on footnotes --- themes/elenq/static/css/elenq-pelican.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'themes/elenq/static') diff --git a/themes/elenq/static/css/elenq-pelican.css b/themes/elenq/static/css/elenq-pelican.css index ffa92fa..848fd95 100644 --- a/themes/elenq/static/css/elenq-pelican.css +++ b/themes/elenq/static/css/elenq-pelican.css @@ -9,12 +9,6 @@ margin-right: auto; } -ol, ul { - font-size: 1.7rem; - list-style-position: outside; - margin-left: 3rem; - margin-right: 3rem; -} li{ padding-left: 1ex; } @@ -84,3 +78,8 @@ h1 span.subtitle{ h2.entry-title{ font-size: 3.0rem; line-height: 1.2; } + +.footnote{ + margin-top: 4em; + border-top: 1px solid var(--border-color); +} -- cgit v1.2.3