center content tables in pdf generator

This commit is contained in:
marcos.alconada 2019-08-16 09:29:40 +02:00
parent ac85884e46
commit 61a1243213
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@
* GNU General Public License for more details.
* ============================================================================
*/
table {
text-align: center;
}
table.header_table {
width: 100%;
}