Table Style Changes

From TNG_Wiki
Revision as of 13:39, 16 March 2011 by KenRoy (talk | contribs) (New page: The following changes were made to MediaWiki:Common.css in order to allow tables to be made collapsible and/or collapsed <pre> /* table collapsibe and collabsed class from http://www.medi...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The following changes were made to MediaWiki:Common.css in order to allow tables to be made collapsible and/or collapsed

/* table collapsibe and collabsed class from http://www.mediawiki.org/wiki/Manual:Collapsible_tables */
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;
}