xref: /plugin/dw2pdf/conf/style.css (revision ac30916e2b7508eb5759ecb0764a46eac05e23ed)
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