From dc215d3350ee77ac91224e37854ac78e43a26bd1 Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Fri, 15 Sep 2023 14:35:25 +0200 Subject: [PATCH] BusinessDocument: Make aside table a bit more compact --- Elwig/Documents/style-businessdocument.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Elwig/Documents/style-businessdocument.css b/Elwig/Documents/style-businessdocument.css index c4e1f64..9957c3c 100644 --- a/Elwig/Documents/style-businessdocument.css +++ b/Elwig/Documents/style-businessdocument.css @@ -75,6 +75,14 @@ aside table tbody td { font-size: 10pt; } +aside table tbody th { + padding: 0.25mm 0.5mm 0.25mm 1mm; +} + +aside table tbody td { + padding: 0.25mm 0; +} + aside table tbody th { font-weight: normal; }