##// END OF EJS Templates
Fixed: Printing long roadmap doesn't split across pages (#2203)....
Jean-Philippe Lang -
r2044:a303b5e2d580
parent child
Show More
@@ -667,5 +667,5 td.username img.gravatar {
667 @media print {
667 @media print {
668 #top-menu, #header, #main-menu, #sidebar, #footer, .contextual, .other-formats { display:none; }
668 #top-menu, #header, #main-menu, #sidebar, #footer, .contextual, .other-formats { display:none; }
669 #main { background: #fff; }
669 #main { background: #fff; }
670 #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; }
670 #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; overflow: visible !important;}
671 }
671 }
General Comments 0
You need to be logged in to leave comments. Login now