From 6c88b404169ec1c634ffecc3894ea8ca8138cbee Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 8 Oct 2015 08:36:11 +1100 Subject: [PATCH] not sure? --- storage/templates/bold.js | 7 ------- storage/templates/clean.js | 9 +-------- storage/templates/modern.js | 8 +------- storage/templates/plain.js | 7 ------- 4 files changed, 2 insertions(+), 29 deletions(-) diff --git a/storage/templates/bold.js b/storage/templates/bold.js index a036f90c1639..361b0f5c1a58 100644 --- a/storage/templates/bold.js +++ b/storage/templates/bold.js @@ -239,13 +239,6 @@ "termsLabel": { "bold": true, "margin": [0, 0, 0, 4] - }, - "header": { - "fontSize": "$fontSizeLargest", - "bold": true - }, - "subheader": { - "fontSize": "$fontSizeLarger" } }, "pageMargins": [0, 80, 0, 40] diff --git a/storage/templates/clean.js b/storage/templates/clean.js index 595a256fe2a3..6ebd34f40ade 100644 --- a/storage/templates/clean.js +++ b/storage/templates/clean.js @@ -185,14 +185,7 @@ }, "termsLabel": { "bold": true - }, - "header": { - "fontSize": "$fontSizeLargest", - "bold": true - }, - "subheader": { - "fontSize": "$fontSizeLarger" - } + } }, "pageMargins": [40, 40, 40, 60] } \ No newline at end of file diff --git a/storage/templates/modern.js b/storage/templates/modern.js index 7ca76715e3f2..74e37bf4ac1e 100644 --- a/storage/templates/modern.js +++ b/storage/templates/modern.js @@ -230,14 +230,8 @@ }, "invoiceNumber": { "bold": true - }, - "header": { - "fontSize": "$fontSizeLargest", - "bold": true - }, - "subheader": { - "fontSize": "$fontSizeLarger" } + }, "pageMargins": [40, 80, 40, 50] } \ No newline at end of file diff --git a/storage/templates/plain.js b/storage/templates/plain.js index fa034ff51270..49a51571ca35 100644 --- a/storage/templates/plain.js +++ b/storage/templates/plain.js @@ -152,13 +152,6 @@ }, "balanceDue": { "fillColor": "#e6e6e6" - }, - "header": { - "fontSize": "$fontSizeLargest", - "bold": true - }, - "subheader": { - "fontSize": "$fontSizeLarger" } }, "pageMargins": [40, 40, 40, 60]