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; }")
 
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect the print output */
 
 
#content {
 
#content {
 
display: none;
 
display: none;
 
}
 
}

Latest revision as of 12:15, 11 October 2022

#content {
	display: none;
}