Sha256: 2ff88f9d309b0fdc6e8930eaf42640871d4c9499fde6ea6e7a44e435e07a12f3
Contents?: true
Size: 443 Bytes
Versions: 12
Compression:
Stored size: 443 Bytes
Contents
// // Sets up some sensible text defaults for printed pages // @mixin printable-text { background:transparent !important; color:#444 !important; text-shadow:none !important; pre, blockquote { page-break-inside: avoid; } img { page-break-inside:avoid; } p, h2, h3 { orphans:3; widows:3; } h2, h3 { page-break-after:avoid; } a, a:visited { color: #444 !important; text-decoration: underline; } }
Version data entries
12 entries across 12 versions & 1 rubygems