You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

21 lines
543 B

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