MediaWiki:Print.css: Difference between revisions

From HypertWiki
Created page with "CSS placed here will affect the print output: #content { font-size: 10pt; }"
 
No edit summary
Line 2: Line 2:
#content {
#content {
     font-size: 10pt;
     font-size: 10pt;
}
.mw-body-content h3 {
line-height: 1.2em;
}
}

Revision as of 16:49, 22 November 2020

/* CSS placed here will affect the print output */
#content {
    font-size: 10pt;
}
.mw-body-content h3 {
	line-height: 1.2em;
}