My "body" is much simpler:
body { margin: 0; }
@page { margin: 2mm; }
(or the equivalent with long-style properties)
If I want to override @page settings when converting to pdf, I can easily do that using "!important". Line-height is extremely dependent on the font, I never set it (except to prevent increase line separation in superscripts or drop caps).
|