From f5af5e8c8a2befe3f90431314ace8d56164d720b Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Mon, 4 Sep 2017 14:29:55 +0530 Subject: [PATCH] Revert "Fixed top pargin issue in PDF Print (#4028)" (#4040) This reverts commit 4ce808a81b4c37290d91fb326c91ea476e202a69. --- frappe/templates/print_formats/pdf_header_footer.html | 1 + 1 file changed, 1 insertion(+) diff --git a/frappe/templates/print_formats/pdf_header_footer.html b/frappe/templates/print_formats/pdf_header_footer.html index 7299d69e92..ca72a990e3 100644 --- a/frappe/templates/print_formats/pdf_header_footer.html +++ b/frappe/templates/print_formats/pdf_header_footer.html @@ -30,6 +30,7 @@ padding: 15mm 0 5mm !important; } + .letter-head, .letter-head-footer { margin-top: -15mm !important; }