Fix top margin and margin after ul ul

Change-Id: Ibed46c99379ca5bc5a03fc37fa21e9a02af8fdf1
diff --git a/inst/rmarkdown/templates/posterdown_ids/resources/template.html b/inst/rmarkdown/templates/posterdown_ids/resources/template.html
index 0e09e3b..4219c9b 100644
--- a/inst/rmarkdown/templates/posterdown_ids/resources/template.html
+++ b/inst/rmarkdown/templates/posterdown_ids/resources/template.html
@@ -74,7 +74,7 @@
 $endif$;
 }
 .title_container0 {
-margin-top:4.9%;
+margin-top: 7%;
 width: $if(titlebox_borderwidth)$calc(100% - $titlebox_borderwidth$ - $titlebox_borderwidth$)$else$100%$endif$;
 height: $if(titlebox_borderwidth)$calc($if(titlebox_height)$$titlebox_height$$else$7.5%$endif$ - $titlebox_borderwidth$ - $titlebox_borderwidth$)$else$$if(titlebox_height)$$titlebox_height$$else$7.5%$endif$$endif$;
 overflow: hidden;
@@ -398,6 +398,12 @@
 margin-bottom: 6mm;
 color: $if(body_textcol)$$body_textcol$$else$#000000$endif$
 }
+
+ul ul {
+    margin-top: 0.1em;
+    margin-bottom: 0.2em;
+}
+
 #ul {
 }
 .references p {