Make paragraphs under footnote definitions display inline.
This seems to be the behavior of the upstream org html exporter.
This commit is contained in:
parent
bd68681e44
commit
01b55b7256
@ -153,6 +153,10 @@ body {
|
||||
}
|
||||
.definition {
|
||||
display: inline;
|
||||
|
||||
> p {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user