xref: /plugin/dw2pdf/conf/style.css (revision 66469b01c24f8d12fc8346053d715dbe5330e7b4)
1/**
2 * These are the styles loaded by default
3 *
4 * Do not edit this file. Instead add your own styles in
5 * lib/plugins/dw2pdf/conf/style.local.css to make sure they
6 * are not overwritten by updates
7 */
8
9body {
10    font-family: sans-serif;
11}
12
13table {
14    border: 1px solid #808080;
15    border-collapse: collapse;
16}
17td, th {
18    border: 1px solid #808080;
19}
20
21em.u {
22    font-style: normal;
23    text-decoration: underline;
24}
25em em.u {
26    font-style: italic;
27}
28