Merge pull request #7481 from mgeier/footnote-margin

basic theme: Add right margin to footnote/citation labels
This commit is contained in:
Takeshi KOMIYA 2020-04-15 23:26:47 +09:00 committed by GitHub
commit 9d072b9727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,