commit | c193333b5c115ce2e06bda3ae64f4736adb6abe9 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Sun Jun 18 13:03:12 2023 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Sun Jun 18 13:03:12 2023 +0200 |
tree | 0f0a188476c08a878884bc145b2e83537cd00d5d | |
parent | 2de8dfb6da2637a76a050f76079f793d73ae227d [diff] |
Fix figure caption centering Change-Id: I0f15d88a401cbd7838b17610f70bd7de1c1cd597
diff --git a/inst/rmarkdown/templates/posterdown_ids/resources/template.html b/inst/rmarkdown/templates/posterdown_ids/resources/template.html index 4d5c996..bf6c698 100644 --- a/inst/rmarkdown/templates/posterdown_ids/resources/template.html +++ b/inst/rmarkdown/templates/posterdown_ids/resources/template.html
@@ -328,6 +328,11 @@ } .caption { font-size: 20pt; +margin-left: auto; +margin-right: auto; +display: block; +width: fit-content; + } .table caption { font-size: 20pt; @@ -364,10 +369,6 @@ } caption { margin-bottom: 10px; -margin-left: auto; -margin-right: auto; -display: block; -width: fit-content; } .poster_body p, ol, ul { margin-top: 2mm;