From 07fdeb928401058e75193c2b92a629ea759638fd Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Thu, 17 Sep 2015 07:47:42 +0000 Subject: [PATCH] Printer-friendly version: hide the "eye" icon inside "legends" when printing. SVN:trunk[3767] --- css/print.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/print.css b/css/print.css index 25ba6860e..24277b582 100644 --- a/css/print.css +++ b/css/print.css @@ -25,4 +25,8 @@ body { margin:none; } .printable-tab { -webkit-region-break-inside: avoid; page-break-inside: avoid; +} +.printable-version legend { + padding-left: 8px; + background-image: none; } \ No newline at end of file