Closed (fixed)
Project:
LayoutStudio
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Sep 2009 at 16:39 UTC
Updated:
10 Jan 2011 at 21:11 UTC
please add:
#comments .comment,
#comments .comment .content,
#preface, #preface > div,
#primary .inside,
#primary .node,
#primary .node .content,
#content-pre-title,
#content-post-title,
#secondary,
#secondary > div,
#tertiary,
#tertiary > div,
#postscript,
#postscript > div,
#content,
#container,
#footer,
#closure,
#page {
overflow: visible;
}
to the print.css
When all those divs are changed to 'overflow:hidden' in the default stylesheet they cut off half the content when attempting to print.
I guess an alternate method would be to add the overflow:hidden section to the screen.css
Comments
Comment #1
rhache commentedPart of my thinking was to reduce the following rule in default.css:
to:
That would mean that the print stylesheet would only need this:
Or maybe the reduction on items that are set to overflow hidden might make unnecessary to add the print rule?
Let me know what you think.
rhache
Comment #2
theshanergy commentedI've just tested something similar:
defaults.css
and it seems to work well, with no override in print.css necessary.
Along with that css, we should add a 'region' class to the #primary div.inside - so that it follows the same convention as the secondary, tertiary, etc.
Comment #3
rhache commentedChange the theme to use the clear-block class instead in latest dev commit. Please test and let me know if it works out.
rhache
Comment #4
rhache commentedComment #5
rhache commented