/ lib / base / base / _print.import.less
_print.import.less
 1  // ==========================================================================
 2  // Base – Print Styles
 3  // ==========================================================================
 4  @media print {
 5  
 6  * { background: transparent; }
 7  a, a:visited { text-decoration: underline; }
 8  
 9  abbr[title]:after { content: " (" attr(title) ")"; }
10  
11  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
12  thead { display: table-header-group; }
13  tr, img { page-break-inside: avoid; }
14  img { max-width: 100%; }
15  @page { margin: 0.5cm; }
16  p, h2, h3 { orphans: 3; widows: 3; }
17  h2, h3 { page-break-after: avoid; }
18  
19  } // End Print Styles