Login
7 branches 0 tags
Ben (X13/Arch) Fixed performance report 655e6de 2 years ago 995 Commits
nujel / web / report.css
.two-col > * {
	float:left;
	width:49%;
}
.two-col > *:nth-child(even) {
	float:right;
}
.two-col:after {
	content:'';
	clear:both;
}

h1 {
	text-align:center;
	display:block;
	font-size:3em;
	font-family:'Courier New', Courier, monospace;
}

h2 {
	text-align:center;
	display:block;
	font-size:2em;
	font-family:'Courier New', Courier, monospace;
}