Sha256: 719d8097872527a22033a2440d2ee50f1df5dad48feabc744444d979aea7c245
Contents?: true
Size: 1.08 KB
Versions: 10
Compression:
Stored size: 1.08 KB
Contents
@media print and (color) { * { /* Prevent browsers from discarding the majority of color info */ -webkit-print-color-adjust: exact; -moz-print-color-adjust: exact; print-color-adjust: exact; } body, html, main, #main { background-color: white; border: none; box-shadow: none; padding: 0; margin: 0; } .paper { margin: 0; max-width: none; padding: 0; background-color: white; border: none; box-shadow: none; font-size: 12pt; } html { font-size: 75%; margin: 2px; } a { text-decoration: none;} table th, table td { padding: 3px; } /* Stuff to hide */ /* NOTE: "display: none" breaks unrelated table printing in Chrome */ nav, footer, .button, .no_print, input[type=submit] { position: absolute; visibility: hidden; } /* Hide Tablesorter sorting indicators */ table.tablesorter thead th { background-image: none; padding-left: 3px; } /* contents of "table_hover" cells should appear in printouts. */ table tr td.table_hover{ color: black !important; } }
Version data entries
10 entries across 10 versions & 1 rubygems