Merge branch 'master' of github.com:turbo124/invoice-ninja

This commit is contained in:
David Bomba 2015-10-13 09:39:54 +11:00
commit eb9b57eca8
4 changed files with 2 additions and 29 deletions

View File

@ -239,13 +239,6 @@
"termsLabel": { "termsLabel": {
"bold": true, "bold": true,
"margin": [0, 0, 0, 4] "margin": [0, 0, 0, 4]
},
"header": {
"fontSize": "$fontSizeLargest",
"bold": true
},
"subheader": {
"fontSize": "$fontSizeLarger"
} }
}, },
"pageMargins": [0, 80, 0, 40] "pageMargins": [0, 80, 0, 40]

View File

@ -185,14 +185,7 @@
}, },
"termsLabel": { "termsLabel": {
"bold": true "bold": true
}, }
"header": {
"fontSize": "$fontSizeLargest",
"bold": true
},
"subheader": {
"fontSize": "$fontSizeLarger"
}
}, },
"pageMargins": [40, 40, 40, 60] "pageMargins": [40, 40, 40, 60]
} }

View File

@ -230,14 +230,8 @@
}, },
"invoiceNumber": { "invoiceNumber": {
"bold": true "bold": true
},
"header": {
"fontSize": "$fontSizeLargest",
"bold": true
},
"subheader": {
"fontSize": "$fontSizeLarger"
} }
}, },
"pageMargins": [40, 80, 40, 50] "pageMargins": [40, 80, 40, 50]
} }

View File

@ -152,13 +152,6 @@
}, },
"balanceDue": { "balanceDue": {
"fillColor": "#e6e6e6" "fillColor": "#e6e6e6"
},
"header": {
"fontSize": "$fontSizeLargest",
"bold": true
},
"subheader": {
"fontSize": "$fontSizeLarger"
} }
}, },
"pageMargins": [40, 40, 40, 60] "pageMargins": [40, 40, 40, 60]