Sha256: 465816e05bf7f97ae5ce1ec61f16dc556521b876f0b2fe4d5317eef4fc9e5aa2
Contents?: true
Size: 705 Bytes
Versions: 10
Compression:
Stored size: 705 Bytes
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; } html { font-size: 75%;} body { background-color: white;} a { text-decoration: none;} table th, table td { padding: 3px; } #menu_bar { background: none; border:none;} #menu { border-radius:5px; height: 50px; overflow: hidden; background-color: #005288;} .container { width: 100%; padding:0; margin:0;} .full_print { width: 100%;} /* Stuff to hide */ #menu ul, .button, #chart_div, .no_print { display: none !important;} }
Version data entries
10 entries across 10 versions & 1 rubygems