MediaWiki:Screen.css: Difference between revisions

From OER in Education
No edit summary
No edit summary
 
Line 1: Line 1:
// Would be nice to have, but doesn't work.
/* Would be nice to have, but doesn't work. */
.printonly {
.printonly {
display: none;
display: none;
color: blue;
color: blue;
}
}

Latest revision as of 17:38, 19 January 2015

/* Would be nice to have, but doesn't work. */
.printonly {
	display: none;
	color: blue;
}