1
0
Fork 0
dokuwiki-plugins-extra/plugins/55/wrap/pdf.less
Daniel Baumann f8d74cc725
Adding upstream version 20241201.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-16 08:08:00 +01:00

20 lines
543 B
Text

/********************************************************************
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 */