blob: 45bb3ca2a7cfdaeff550180a8fbe012443586afe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
/********************************************************************
Styles used in PDFs by the DW2PDF plugin (in addition to all.css, and
the DW2PDF plugin also includes style.css via the 'usestyles' option)
********************************************************************/
@import 'print_or_pdf.less';
.dokuwiki {
/*____________ only print ____________*/
/* due to including style.css, these need to be overwritten again */
div.wrap_onlyprint {
display: block;
}
span.wrap_onlyprint {
display: inline;
}
} /* /.dokuwiki */
|