sheet.xsl: fix text alignment

master
pictuga 2020-05-27 21:36:11 +02:00
parent ce4cf01aa6
commit 758b6861b9
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,8 @@
} }
header { header {
text-align: center; text-align: justify;
text-align-last: center;
border-bottom: 1px solid silver; border-bottom: 1px solid silver;
} }
@ -112,7 +113,6 @@
} }
header > form { header > form {
text-align: center;
margin: 1%; margin: 1%;
} }