Add CSS for better-looking bibliography entries
This commit is contained in:
parent
3408e55747
commit
2f264b3b4b
1 changed files with 8 additions and 0 deletions
|
@ -85,3 +85,11 @@ pre:not(.sourceCode) code {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Bibliograpy entries */
|
||||||
|
.csl-entry {
|
||||||
|
font-size: 1.2rem;
|
||||||
|
padding-top: 0.4rem;
|
||||||
|
padding-bottom: 0.4rem;
|
||||||
|
width: 87.5%;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue