diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-01-13 15:34:36 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-01-13 15:34:36 +0100 |
commit | 8f5b86d465e4e19620ec613127a7514ad9c58f4a (patch) | |
tree | af855e7bb1bf4a3054815df49c3220fb92418866 /themes/elenq | |
parent | b25ba3823300e6aefe633e13059b6d36f7306a07 (diff) |
fix style on footnotes
Diffstat (limited to 'themes/elenq')
-rw-r--r-- | themes/elenq/static/css/elenq-pelican.css | 11 |
1 files changed, 5 insertions, 6 deletions
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); +} |