From 0efccd37e725c3e25cd5a2c60e854e33c9529b1d Mon Sep 17 00:00:00 2001 From: Taka Date: Tue, 8 Dec 2020 18:59:42 +1100 Subject: [PATCH] Tweaked the CSS for (for Pz IVF 1 and 2). --- vasl_templates/webapp/data/default-template-pack/common.css | 1 + 1 file changed, 1 insertion(+) diff --git a/vasl_templates/webapp/data/default-template-pack/common.css b/vasl_templates/webapp/data/default-template-pack/common.css index 49d7c5b..2d348f1 100644 --- a/vasl_templates/webapp/data/default-template-pack/common.css +++ b/vasl_templates/webapp/data/default-template-pack/common.css @@ -18,5 +18,6 @@ td.l { text-align: left ; } td.r { text-align: right ; } sup { font-size: 75% ; } +sub { vertical-align: sub ; font-size: 80% ; line-height: 0.5em ; } .exc { font-style: italic ; color: #404040 ; }