summaryrefslogtreecommitdiff
path: root/fixup.css
blob: 23294ffb6f1480b6136994d81d3f7f15df2cd6c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

body {
	/* no extra long lines please */
	max-width: 50em;

	/* center text */
	margin: 0px auto;

	/* beautify a bit */
	padding: 2ex 2em;
	border: 2pt #ccc solid;
}