Make <hr> above footnotes dashed.

This commit is contained in:
tastytea 2020-12-29 02:31:34 +01:00
parent f0812e3ab8
commit 8776da8514
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 5 additions and 0 deletions

View File

@ -129,6 +129,11 @@ div.admonitionblock td
margin-top: 2em;
}
#footnotes hr
{
border-style: dashed;
}
textarea, pre
{
overflow: auto;