I'm wanting to use printable version to print reviewable hard-copy editions that must be double spaced. This can be a configuration change, I have no need to make this selectable each time. Is there something in OutputPage.php that would set this?
Raymond M wrote:
I'm wanting to use printable version to print reviewable hard-copy editions that must be double spaced. This can be a configuration change, I have no need to make this selectable each time. Is there something in OutputPage.php that would set this?
Edit [[MediaWiki:Print.css]] and place there: p { line-height: 2em; }
(be sure to test the print results with the Print Preview feature of your browser)
It goes into the skins/common/commonPrint.css file in my version. Worked great! Thanks!
On Wed, Dec 1, 2010 at 10:40 AM, Platonides Platonides@gmail.com wrote:
Raymond M wrote:
I'm wanting to use printable version to print reviewable hard-copy editions that must be double spaced. This can be a configuration change, I have no need to make this selectable each time. Is there something in OutputPage.php that would set this?
Edit [[MediaWiki:Print.css]] and place there: p { line-height: 2em; }
(be sure to test the print results with the Print Preview feature of your browser)
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Edit [[MediaWiki:Print.css]] and place there: p { line-height: 2em; }
(be sure to test the print results with the Print Preview feature of your browser)
And even cooler way is using the Firefox add-on Web developer toolbar which lets you apply the print style in normal browser view. See http://docs.moodle.org/en/Print_style for more information.
Frank
mediawiki-l@lists.wikimedia.org