Closed (fixed)
Project:
SpreadFirefox
Version:
5.x-1.0
Component:
Stylesheets
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Oct 2006 at 13:09 UTC
Updated:
1 Feb 2007 at 18:31 UTC
Here's something you can add to the end of the style.css to make prints come out cleaner for your main content
@media print
{
#wrapper1 {
margin: 0;
padding: 0;
}
#wrapper2 {
margin: 0;
padding: 0;
}
#header {
display: none;
}
#sidebar-left {
display: none;
}
#main {
width: 100%;
}
#footer {
display: none;
}
hr.hide {
display: none;
}
.centercolumn {
width: 99%;
margin: 0;
padding: 0;
}
.centerpadding {
margin: 0;
padding: 0;
}
}
Comments
Comment #1
alt_paul commentedSorry, you would also need at the end of your layout.css:
Comment #2
Mad Maks commentedi think you forgot a }
i will add this code to the cvs head with one change:
i added also:
Comment #3
Mad Maks commentedComment #4
(not verified) commented