center content tables in pdf generator
This commit is contained in:
parent
ac85884e46
commit
61a1243213
|
@ -27,6 +27,9 @@
|
|||
* GNU General Public License for more details.
|
||||
* ============================================================================
|
||||
*/
|
||||
table {
|
||||
text-align: center;
|
||||
}
|
||||
table.header_table {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue