Login
7 branches 0 tags
Ben (X13/Arch) Renamed [==] -> [=] and added LANGUAGE.md 194ad5a 3 years ago 710 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;
}