MediaWiki:Screen.css: Difference between revisions

From OER in Education
(Created page with ".printonly { display: none; }")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Would be nice to have, but doesn't work. */
.printonly {
.printonly {
display: none;
display: none;
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;
}