Difference between revisions of "MediaWiki:Print.css"

From LinnDocs
Jump to: navigation, search
m (Replaced content with "CSS placed here will affect the print output: #siteSub { display: none; } #firstHeading { diplay:none;} .printfooter { display: none; } ol.references {display: n...")
(Tag: Replaced)
m
Line 6: Line 6:
  
 
ol.references {display: none;}
 
ol.references {display: none;}
 +
 +
  ol li, ul li {
 +
      font-size:14pt;
 +
  }

Revision as of 09:04, 28 August 2019

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

#siteSub {  display: none; } 
#firstHeading { diplay:none;}
.printfooter {  display: none; }

ol.references {display: none;}

   ol li, ul li {
      font-size:14pt;
   }