Browse Source

move font-family from generic tags

pull/663/head
hveficent 6 years ago
committed by Ernesto Tejeda
parent
commit
56146c1722
  1. 4
      account_financial_report/static/src/css/report.css

4
account_financial_report/static/src/css/report.css

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