Difference between revisions of "MediaWiki:Print.css"

From Charak Samhita
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect the print output: #content { display: none; }")
(No difference)

Revision as of 06:25, 14 October 2020

/* CSS placed here will affect the print output */
#content {
	display: none;
}