Printing: Replace WinziPrint with iText
Some checks failed
Test / Run tests (push) Has been cancelled
Some checks failed
Test / Run tests (push) Has been cancelled
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
|
||||
main table {
|
||||
border-collapse: collapse;
|
||||
margin-bottom: 10mm;
|
||||
margin-bottom: 0mm;
|
||||
font-size: 10pt;
|
||||
}
|
||||
main table.large {font-size: 12pt;}
|
||||
main table.tiny {
|
||||
font-size: 8pt;
|
||||
margin-bottom: 5mm;
|
||||
margin-bottom: 0mm;
|
||||
}
|
||||
|
||||
main table.border {
|
||||
@@ -30,7 +30,7 @@ main table.small th,
|
||||
main table.small td,
|
||||
main table.tiny th,
|
||||
main table.tiny td {
|
||||
padding: 0.125mm 0.125mm;
|
||||
padding: 0mm 0.125mm;
|
||||
}
|
||||
|
||||
main table td[rowspan] {
|
||||
|
||||
Reference in New Issue
Block a user