commit | 9250fc2b435061d6af453127e3532a19881b0829 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Wed Jun 14 14:19:55 2023 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Wed Jun 14 14:19:55 2023 +0200 |
tree | 456d36e043ded655dbd861db76a5e0b0a92781a2 | |
parent | 38f41bb593aaf82474b7694f1a9659d6d0a1cc59 [diff] |
Add CSS for bibliography Change-Id: I67c34b52c3959d09f4d4dd9cf20fced758a049c7
diff --git a/inst/rmarkdown/templates/posterdown_ids/resources/template.html b/inst/rmarkdown/templates/posterdown_ids/resources/template.html index 5428f69..373be5a 100644 --- a/inst/rmarkdown/templates/posterdown_ids/resources/template.html +++ b/inst/rmarkdown/templates/posterdown_ids/resources/template.html
@@ -378,6 +378,15 @@ .references p { font-size: 20pt; } +#refs { +font-size: 20pt; +font-family: "Fira Sans Condensed"; +} +.hanging-indent > .csl-entry { + padding-left: 22px ; + text-indent: -22px ; +} + .orcid img { width: 1em; }