Printer-friendly version: hide the "eye" icon inside "legends" when printing.

SVN:trunk[3767]
This commit is contained in:
Denis Flaven
2015-09-17 07:47:42 +00:00
parent 6d04633daf
commit 07fdeb9284

View File

@@ -25,4 +25,8 @@ body { margin:none; }
.printable-tab { .printable-tab {
-webkit-region-break-inside: avoid; -webkit-region-break-inside: avoid;
page-break-inside: avoid; page-break-inside: avoid;
}
.printable-version legend {
padding-left: 8px;
background-image: none;
} }