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

View File

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