Compare commits

...

2 Commits

Author SHA1 Message Date
jordi fita mas faf7ee8ed5 Set `white-space: pre-wrap` to first td of quotes and invoices
It is common to want to enumerate in a description, for instance when
adding specifications for a hosting, and that enumeration should be
formatted as the user wrote, otherwise it becomes useless.

Closes #94.
2024-03-13 02:56:37 +01:00
jordi fita mas a689e2f734 Hide footer when printing invoices and quotes
Closes #96
2024-03-13 02:53:02 +01:00
1 changed files with 2 additions and 1 deletions

View File

@ -99,6 +99,7 @@
.invoice tbody td:first-child {
max-width: 15em;
white-space: pre-wrap;
}
.invoice .legal {
@ -152,7 +153,7 @@
border-collapse: collapse;
}
body > header, nav {
body > header, nav, body > footer {
display: none;
}