* (bug 13880) "Printable" link in Modern skin now formats as print mode
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 30 Apr 2008 18:29:38 +0000 (18:29 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 30 Apr 2008 18:29:38 +0000 (18:29 +0000)
commit57b02329a06696a47acbd602f0636ff41418859b
treecd997df0a35d990625da8154d9b8a67546ff52f6
parenta849f6fe5711baf2512bc12dbb3638941f9c9e6e
* (bug 13880) "Printable" link in Modern skin now formats as print mode

Problem was that the Modern skin uses a different way of setting up the print stylesheet from the other skins.

Others:
* always include main stylesheet
* override that stuff with print stylesheet for print media or ?printable=yes

Modern:
* include main stylesheet only for screen & projection media only
* add some additional print styles for print media or ?printable=yes

The screen stylesheet was still being used when ?printable=yes is set, but would be hidden when actually printing. I've changed it to now exclude the screen stylesheets when ?printable=yes is switched in, so it looks the same on screen as when actually printing.
RELEASE-NOTES
skins/Modern.php