##// END OF EJS Templates
Hide export links in print media css....
Jean-Philippe Lang -
r1336:741ddfb50b99
parent child
Show More
@@ -588,7 +588,7 vertical-align: middle;
588
588
589 /***** Media print specific styles *****/
589 /***** Media print specific styles *****/
590 @media print {
590 @media print {
591 #top-menu, #header, #main-menu, #sidebar, #footer, .contextual { display:none; }
591 #top-menu, #header, #main-menu, #sidebar, #footer, .contextual, .other-formats { display:none; }
592 #main { background: #fff; }
592 #main { background: #fff; }
593 #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; }
593 #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; }
594 }
594 }
General Comments 0
You need to be logged in to leave comments. Login now