Difference between revisions of "MediaWiki:Common.css"

From WOI Encyclopedia Italia
Jump to navigation Jump to search
m
m
Line 6: Line 6:
 
float: center; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
 
float: center; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
 
font-weight: normal; /* are styled here so they can be customised.   */
 
font-weight: normal; /* are styled here so they can be customised.   */
text-align: right;
+
text-align: left;
 
width: auto;
 
width: auto;
 
}
 
}

Revision as of 23:42, 10 December 2010

table.collapsed tr.collapsable {
	display: none;
}
 
.collapseButton {		/* 'show'/'hide' buttons created dynamically by the		*/
	float: center;		/* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
	font-weight: normal;	/* are styled here so they can be customised.		  */
	text-align: left;
	width: auto;
}