OK, thanks.  That cleared it up a bit.

setting "display: none" in Common.css turns off display for printing as well; how do I get it to turn on for printing?

I tried

.ys_screen {
    display: none;
    }
.ys_print {
    display: inline;
    }

in Print.css but it has no effect; neither paragraph prints.



On 11/29/2013 09:21 AM, Daniel Friesen wrote:
Don't use an explicit @media in Common.css and Print.css, those are
implicit.
You don't need the div portion of the selectors, just use .ys_print and
.ys_screen.
Get rid of the style="media:*", those are completely invalid and
meaningless.

~Daniel Friesen (Dantman, Nadir-Seen-Fire) [http://danielfriesen.name/]


_______________________________________________
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

!DSPAM:5298cd41127262068343206!



_______________________________________________
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to