Difference between revisions of "MediaWiki:Print.css"

From Beyond Social
 
Line 1: Line 1:
 
/* CSS placed here will affect the print output */
 
/* CSS placed here will affect the print output */
 
/* print css adapted from BS Issues, designed by Template */
 
 
@media print {
 
 
    h1#firstHeading{
 
        font-size:500px;
 
    }
 
}
 

Latest revision as of 13:14, 9 February 2017

/* CSS placed here will affect the print output */