aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
blob: 92ac13cd6f1fb5a417f4a7e58ce1bd1e0d49267e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#content {
	color: black;
	background: white;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-right: auto;
	margin-left: auto;
	padding: 1em;
	line-height: 1.3em;
	text-align: left;
	max-width: 800px;
	min-width: 740px;
	position: relative;
}
body {
	color: black;
	font-family: "lucida grande", Calibri, "segoe UI", "lucida sans unicode", "Droid Sans", "DejaVu Sans", "bitstream vera sans", verdana, arial, helvetica, sans-serif;
	font-size: 0.90em;
}
#offset_graphs img {
	border: none;
}