Difference between revisions of "MediaWiki:Print.css"

From Beyond Social
Line 6: Line 6:
  
 
     h1#firstHeading{
 
     h1#firstHeading{
         font-size:100px;
+
         font-size:500px;
 
     }
 
     }
 
}
 
}

Revision as of 12:33, 9 February 2017

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

/* print css adapted from BS Issues, designed by Template */

@media print {

    h1#firstHeading{
        font-size:500px;
    }
}