From 758b6861b92fe403b4b45e094ca0a2caaaf6b32d Mon Sep 17 00:00:00 2001 From: pictuga Date: Wed, 27 May 2020 21:36:11 +0200 Subject: [PATCH] sheet.xsl: fix text alignment --- www/sheet.xsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/sheet.xsl b/www/sheet.xsl index ce6e49b..1e6f24f 100644 --- a/www/sheet.xsl +++ b/www/sheet.xsl @@ -33,7 +33,8 @@ } header { - text-align: center; + text-align: justify; + text-align-last: center; border-bottom: 1px solid silver; } @@ -112,7 +113,6 @@ } header > form { - text-align: center; margin: 1%; }