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 {
|
.definition {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
|
||||||
|
> p {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user