Difference between revisions of "MediaWiki:Print.css"

From Beyond Social
(Replaced content with "CSS placed here will affect the print output: print css adapted from BS Issues, designed by Template: @media print { h1{ font-size:100px; } }")
 
(2 intermediate revisions by the same user not shown)
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{
 
        font-size:100px;
 
    }
 
}
 

Latest revision as of 13:14, 9 February 2017

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