[jifty-devel] Multiple css links for different media

Alex Vandiver alexmv at bestpractical.com
Thu Dec 14 17:45:09 EST 2006


On Thu, 2006-12-14 at 16:51 -0500, Henry Baragar wrote:
> > There is also, I recall, a way to do this from within the sheet
> > itself. Is that right?
> >
> Not that I know of, but I am not a CSS expert.

Use the @media rule:

@media print {
  .somecss { color: red }
}

> Copy the default (auto) web/templates/header file and add the link for 
> printing.
> 
> Is this correct?

Yup.
 - Alex


More information about the jifty-devel mailing list