Difference between revisions of "MediaWiki:Print.css"

From HypertWiki
Jump to navigation Jump to search
(didn't work)
 
Line 2: Line 2:
#content {
#content {
     font-size: 10pt;
     font-size: 10pt;
}
.mw-body-content h3 {
line-height: 1.2em;
}
}

Latest revision as of 16:55, 22 November 2020

/* CSS placed here will affect the print output */
#content {
    font-size: 10pt;
}