commit | fd6b8f2818f1bf975efcb4b3fe537aaadc9d8b21 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Jun 16 17:09:59 2023 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Jun 16 17:09:59 2023 +0200 |
tree | 4cd1459165052bb9194bf309172bc31f1b270970 | |
parent | 37912c3b30752969386942b925d7da019fe76939 [diff] |
Add vertical space around tables Change-Id: Ic682942768d9a06bf4e76898959ba5be93bab021
diff --git a/inst/rmarkdown/templates/posterdown_ids/resources/template.html b/inst/rmarkdown/templates/posterdown_ids/resources/template.html index be4c507..1b8572b 100644 --- a/inst/rmarkdown/templates/posterdown_ids/resources/template.html +++ b/inst/rmarkdown/templates/posterdown_ids/resources/template.html
@@ -344,6 +344,8 @@ table { font-size: 25pt; margin: auto; +margin-top: 6mm; +margin-bottom: 10mm; border-top: 3px solid #666; border-bottom: 3px solid #666; }