Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

css print stylesheet

What stylesheet is used when printing? It doesn't seem to be notebook.css.

Background: Originally I wanted the text size to scale depending on whether I was inside or outside a notebook cell (make the text big when I'm editing, small when I'm not) but I can't seem to make that work.

Now I'm taking a new tack-- make input cell text small relative to text cell text when printing. The problem is that the notebook seems to use a different stylesheet when printing, so @media selectors aren't working.

Thanks--