move font-family from generic tags
parent
31d8b31605
commit
d252e7d3c6
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue