commit | 0edbbcd919cc3dfc70749f900f68a35c1a37bb7a | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Mon May 13 13:00:06 2024 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Mon May 13 13:00:06 2024 +0200 |
tree | 6a93a1c79b0f02db7cdc2bdeeb82ee9e64074054 | |
parent | ea62b43b6032727f1d246fc186cf35486464b875 [diff] |
Increase margin top of figure caption from 2 to 4mm Change-Id: I5d5ff69756b1e8b19ab2499efd7390b51971f5de
diff --git a/inst/rmarkdown/templates/posterdown_ids/resources/template.html b/inst/rmarkdown/templates/posterdown_ids/resources/template.html index f4013d1..fcf2e74 100644 --- a/inst/rmarkdown/templates/posterdown_ids/resources/template.html +++ b/inst/rmarkdown/templates/posterdown_ids/resources/template.html
@@ -365,6 +365,9 @@ line-height: 1; border-radius: 2mm; } +.figure > .caption { +margin-top: 4mm; +} .caption { font-size: 20pt; margin-left: auto;