MediaWiki:Common.css: Difference between revisions

From Sourcebook Wiki
Jump to navigation Jump to search
(collapsiblity!)
 
(No difference)

Latest revision as of 14:13, 28 October 2010

/* CSS placed here will be applied to all skins */
/* See corresponding in Common.js for markup */
.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;
}