Difference between revisions of "MediaWiki:Print.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will affect the print output: #content { font-size: 10pt; }") |
|||
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; }