Closed GoogleCodeExporter closed 8 years ago
Thanks for the reporting this issue.
I changed the calendar to load a stylesheet file instead of loading all the CSS
data
into the HTML page.... this was a new feature with 1.14. However, it looks like
the
stylesheet isn't loaded in print mode.
I'll need to see if I need to load a "print" stylesheet as well as a screen
stylesheet.
Thanks again
Eric
Original comment by kenyu73
on 27 May 2009 at 2:11
Eric,
Any update on a fix for this?
Thanks,
Paul.
Original comment by proberts...@gtempaccount.com
on 22 Jun 2009 at 6:16
LINE: 276 Calendar.php
old: $wgOut->addStyle($cssURL . $css, 'screen'); //clean method
new: $wgOut->addStyle($cssURL . $css); //clean method
Looks like I didnt need to "define" which type of CSS to use
Original comment by kenyu73
on 23 Jun 2009 at 10:12
Awesome Eric, that is great!
Thanks for the fix. :-)
Paul
Original comment by proberts...@gtempaccount.com
on 25 Jun 2009 at 5:18
v3.7.8
Original comment by kenyu73
on 4 Aug 2009 at 2:28
Original issue reported on code.google.com by
proberts...@gtempaccount.com
on 27 May 2009 at 1:53