Merge pull request #436 from Eficent/11.0-ff-account_financial_report-css_injection_assets_backend

[11.0] [FIX] account_financial_report: css injection assets backend
pull/452/head
Pedro M. Baeza 2018-07-27 08:43:01 +02:00 committed by GitHub
commit d80d448a90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,3 @@
body, table, td, span, div {
font-family: Helvetica, Arial;
}
.act_as_table { .act_as_table {
display: table !important; display: table !important;
} }
@ -104,4 +101,5 @@ body, table, td, span, div {
width: 90%; width: 90%;
margin-right: auto; margin-right: auto;
margin-left: auto; margin-left: auto;
font-family: Helvetica, Arial;
} }