Re: [css3] Specification Print Rules

Jens Meiert:
> 
>   margin: 0 0 0 8.5em !important;
> 
> The evil is located in the print specific rule for the "body" element.
> 
> (and I don't even want to think about disabling CSS, saving any file
> locally, or anything else you thought your audience would do).

Perhaps they wanted everyone to put something like

   @media print {body {margin: 0 !important}}

into their user stylesheets.

Received on Tuesday, 14 June 2005 04:57:13 UTC