[html-fonts] enforce border-color grey to td & th elements

Using class td.neg will cause border-color to be red on modern
browser. We need to add td and th selectors to enforce grey border.
This commit is contained in:
Christopher Lam 2019-11-15 20:58:54 +08:00
parent e26f20ffa9
commit b35daaa7aa

View File

@ -143,6 +143,7 @@
"body, p, table, tr, td { vertical-align: top; " text-cell-font-info " }\n"
"tr.alternate-row { background: " alternate-row-color " }\n"
"tr { page-break-inside: avoid !important;}\n"
"td, th { border-color: grey }\n"
"th.column-heading-left { text-align: left; " number-header-font-info " }\n"
"th.column-heading-center { text-align: center; " number-header-font-info " }\n"
"th.column-heading-right { text-align: right; " number-header-font-info " }\n"