Difference between revisions of "MediaWiki:Print.css"

From Charak Samhita
Jump to navigation Jump to search
Tag: Replaced
Line 1: Line 1:
/* CSS placed here will affect the print output
 
 
#content {
 
#content {
 
display: none;
 
display: none;
 
}
 
}
*/
 

Revision as of 07:24, 24 August 2021

#content {
	display: none;
}