fixed pr issues

This commit is contained in:
David Bomba 2015-11-03 18:54:57 +11:00
parent 38c3f14081
commit ab930a2dbe
5 changed files with 29 additions and 3 deletions

1
.gitignore vendored
View File

@ -18,7 +18,6 @@ Thumbs.db
/.env
/.env.development.php
/.env.php
/composer.lock
/error_log
/auth.json

View File

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

View File

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

View File

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

View File

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