fix footer pdf css

This commit is contained in:
mahdahar 2026-04-24 11:34:26 +07:00
parent 0a1c600b8a
commit 32e5292e20
2 changed files with 4 additions and 2 deletions

View File

@ -20,8 +20,9 @@ th,td { line-height:1.3;}
.result { table-layout:fixed; border:solid 1px black; width:100%; } .result { table-layout:fixed; border:solid 1px black; width:100%; }
.textC { font-size:7pt; } .textC { font-size:7pt; }
.footer {width : 17cm; } .footer {width : 17cm; }
.footer td {vertical-align:bottom;} .footer td {vertical-align:bottom; font-size:6.5pt;}
td.right { text-align: right; } td.right { text-align: right; }
#footer pre { font-size:6.5pt; }
#notes { margin: 5mm 0 0 10mm; } #notes { margin: 5mm 0 0 10mm; }

View File

@ -19,8 +19,9 @@ th,td { line-height:1.3;}
.result { table-layout:fixed; border:solid 1px black; width:100%; } .result { table-layout:fixed; border:solid 1px black; width:100%; }
.textC { font-size:7pt; } .textC { font-size:7pt; }
.footer {width : 18cm; } .footer {width : 18cm; }
.footer td {vertical-align:bottom;} .footer td {vertical-align:bottom; font-size:6.5pt;}
td.right { text-align: right; } td.right { text-align: right; }
#footer pre { font-size:6.5pt; }
#notes { margin: 5mm 0 0 10mm; } #notes { margin: 5mm 0 0 10mm; }