Add CSS for bibligraphy

This commit is contained in:
2020-11-26 15:58:49 +01:00
parent 0a777840d2
commit 2c42d3127f
4 changed files with 577 additions and 39 deletions

View File

@@ -0,0 +1,8 @@
// Bibliography Section
div.csl-bib-body {
// Bibliography Entries
.csl-entry {
margin-bottom: 1em;
}
}