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