Sha256: 5d3bb99e160d4d0f297d82d827701a25f9704c198c172f3843fd6636c4a9ca8b
Contents?: true
Size: 1.16 KB
Versions: 13
Compression:
Stored size: 1.16 KB
Contents
/* ================================================================== *\ Print ($print) Inlined to avoid an extra HTTP request - http://cbrac.co/VUjfe3 \* ================================================================== */ @media print { /* 1. Black prints faster - http://cbrac.co/XvusCs */ * { background: transparent !important; box-shadow: none !important; color: #000 !important; /* 1 */ text-shadow: none !important; } @page { margin: 0.5cm; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } /* Don’t show links for images, or javascript/internal links */ a[href^="#"]:after, a[href^="javascript:"]:after, .ir a:after { content: ""; } abbr[title]:after { content: " (" attr(title) ")"; } blockquote, pre { border: 1px solid $darkerGray; page-break-inside: avoid; } h2, h3, p { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } img, tr { page-break-inside: avoid; } img { max-width: 100% !important; } thead { display: table-header-group; /* http://cbrac.co/Q6s1o2 */ } }
Version data entries
13 entries across 13 versions & 1 rubygems