summaryrefslogtreecommitdiffstats
path: root/html/lines.css
blob: 52101828209470758adc5d175fde4b33fcc9ec70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
div, span, p, td {
	font-family: Arial, sans-serif;
}
#chart {
	display: inline-block;
}
#legend {
	display: inline-block;
	position: relative;
	left: 8px;
}
#legend_container {
	position: absolute;
	right: 0;
	bottom: 26px;
	width: 0;
}
.chart_container {
	float: left;
	position: relative;
}