Reply to 1470377526203756547
@pati_gallardo @JVApen @Media Yes,
add a media="screen"
to your current stylesheets (so they are not used when
printing).
and add a new stylesheet to your <head>:
<link href="/path/to/print.css" media="print" rel="stylesheet" />
Write all your print-specific styles to that file.