Template:Bar chart/styles.css

Permanently protected template
Source: Wikipedia, the free encyclopedia.
/* {{pp-template}} */
/* Template:Bar chart still uses mainly inline styles. */

.BarChartTemplate {
	text-align:left;
}

/*"body.mw-mf" = MediaWiki-MobileFrontend, below styles don't apply to mobile*/
body:not(.mw-mf) .BarChartTemplate {
	background-color:#fdfdfd;
	border-style:solid;
	border-width:1px;
	border-color:#c0c0c0;
}