commit | 4bc00016f73eec95c6a0a05c84f833213b18ba3e | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Sun Jun 18 12:07:58 2023 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Sun Jun 18 12:07:58 2023 +0200 |
tree | 79bf1e46364f12e8a67ff23090c16167de3cace9 | |
parent | f3c9ad4e6e4ee310e24287a15272e4c0db5ced11 [diff] |
Unify top and bottom margins for p, ol, ul Change-Id: I4fef691d9130f05403f2c33af0831f297f1755ac
diff --git a/inst/rmarkdown/templates/posterdown_ids/resources/template.html b/inst/rmarkdown/templates/posterdown_ids/resources/template.html index 1c5489d..03bcb9e 100644 --- a/inst/rmarkdown/templates/posterdown_ids/resources/template.html +++ b/inst/rmarkdown/templates/posterdown_ids/resources/template.html
@@ -361,13 +361,11 @@ caption { margin-bottom: 10px; } -.poster_body p { +.poster_body p, ol, ul { margin-top: 2mm; margin-bottom: 6mm; color: $if(body_textcol)$$body_textcol$$else$#000000$endif$ } -.poster_body ol { -} #ul { } .references p {