1
Fork 0

Properly style footnotes

This commit is contained in:
Jan-Erik Rediger 2018-02-07 09:05:52 +01:00
parent 11144edd61
commit 3fc595fa22

View file

@ -226,4 +226,17 @@ blockquote p {
display: block;
}
.footnote-definition {
border-top: 1px solid #ccc;
margin-top: 20px;
padding-top: 1em;
}
.footnote-definition p:before {
content: ": ";
}
.footnote-definition p {
display: inline;
margin: 0;
}
/* close commented backslash hack */