Difference between revisions of "MediaWiki:Print.css"

From HypertWiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect the print output: #content { font-size: 10pt; }")
 
(didn't work)
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 16:55, 22 November 2020

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