Make paragraphs under footnote definitions display inline.

This seems to be the behavior of the upstream org html exporter.
This commit is contained in:
Tom Alexander 2023-12-21 17:44:40 -05:00
parent bd68681e44
commit 01b55b7256
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 4 additions and 0 deletions

View File

@ -153,6 +153,10 @@ body {
}
.definition {
display: inline;
> p {
display: inline;
}
}
}
}