MediaWiki:Print.css: Difference between revisions

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

Revision as of 06:29, 8 August 2021

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