MediaWiki:Common.css: Difference between revisions

From Skulepedia
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: table.collapsed tr.collapsable { display: none; } .collapseButton { →‎'show'/'hide' buttons created dynamically by the: ...")
(No difference)

Revision as of 23:25, 29 January 2011

/* CSS placed here will be applied to all skins */
table.collapsed tr.collapsable {
	display: none;
}
 
.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;
}