xref: /plugin/dw2pdf/conf/style.css (revision 1ef68647990e8a746109cdd0e22aa1774399dc3c)
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
9table {
10    border: 1px solid #808080;
11    border-collapse: collapse;
12}
13td, th {
14    border: 1px solid #808080;
15}
16