From a689e2f7343bac7e0e291673d42494293007f529 Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Wed, 13 Mar 2024 02:52:09 +0100 Subject: [PATCH] Hide footer when printing invoices and quotes Closes #96 --- web/static/invoice.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/static/invoice.css b/web/static/invoice.css index 7438645..c2995fe 100644 --- a/web/static/invoice.css +++ b/web/static/invoice.css @@ -152,7 +152,7 @@ border-collapse: collapse; } - body > header, nav { + body > header, nav, body > footer { display: none; }