Add right margin to footnote/citation labels

This commit is contained in:
Matthias Geier 2020-04-14 16:08:26 +02:00
parent 86ef8521df
commit 0f7b2abdd8

View File

@ -506,6 +506,7 @@ li > p:last-child {
dl.footnote > dt,
dl.citation > dt {
float: left;
margin-right: 0.5em;
}
dl.footnote > dd,