As a general guide, it's best to set the top and bottom margins in @page and the left and right margins in body, e.g.
@page { margin: 5pt 0}
body {margin: 0 12pt }
This will ensure your margins work properly on older readers that use a version of the Adobe RMSDK that displays page numbers in the right margin.
|