Jump to content

Module:Medical cases chart/styles.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Ahecht (talk | contribs) at 14:33, 14 April 2020 (remove mcc-cent). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
.cbs-ibr{
	text-align:right;
	display:inline-block;
	}
	
.cbs-ibl{
	text-align:left;
	display:inline-block;
	}
	
.bs-4em{
	padding-left:0.4em;
	padding-right:0.4em;
	}
	
.bs-lr{
	border-left:1px solid silver;
	border-right:1px solid silver;
	}

.bs-fl{
	 float:left;
	 overflow:hidden;
	 }
	 
.center{
	margin-left:auto;
	margin-right:auto;
	}