Open GoogleCodeExporter opened 8 years ago
The solution on this page fixed this problem for me
http://groups.google.com/group/ie7-js/browse_thread/thread/90adea30f122c93
comment out or remove the style - @page { margin: 0.5cm; }
Original comment by churchof...@gmail.com
on 5 Apr 2011 at 10:34
Thanks a lot, problem solved :)
Original comment by des...@imagdyproduction.com
on 6 Apr 2011 at 9:40
This affects me too (also using HTML5 Boilerplate).
An alternative workaround that doesn't involve commenting the rule out is to
simply move it to its own block:
@media print {
@page { margin: 0.5cm; }
}
This seems to avoid triggering the bug.
Original comment by p...@byteorbit.com
on 6 Oct 2011 at 8:22
Original issue reported on code.google.com by
des...@imagdyproduction.com
on 25 Mar 2011 at 10:23