1
0
Fork 0
dokuwiki-plugins-extra/plugins/55/wrap/pdf.less

21 lines
543 B
Text
Raw Normal View History

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