Difference between revisions of "MediaWiki:Common.css"

From OCE Space Simulation
Jump to: navigation, search
(New page: /** CSS placed here will be applied to all skins */ .collapseButton { 'show'/'hide' buttons created dynamically by the: float: right; /* CollapsibleTables JavaScript in [[Me...)
(No difference)

Revision as of 00:37, 18 April 2010

/** CSS placed here will be applied to all skins */
.collapseButton {		/* 'show'/'hide' buttons created dynamically by the        */
	float: right;		/* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
	font-weight: normal;	/* are styled here so they can be customised.              */
	text-align: right;
	width: auto;
}