MediaWiki:Common.css: Difference between revisions

From CCARH Wiki
Jump to navigation Jump to search
CSS content from the page http://www.mediawiki.org/wiki/Manual:Collapsible_tables
 
No edit summary
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
[edit] Common.css


.collapseButton { /* 'show'/'hide' buttons created dynamically by the */
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */

Latest revision as of 04:33, 27 September 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;
}