aboutsummaryrefslogtreecommitdiff
path: root/app/static/annotate.css
blob: 807905365ecb505b6f630266e2ce3d423bed8229 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#graph {
	margin: 0 auto;
	text-align: center;
}

.line {
	fill: none;
	stroke: blue;
	clip-path: url(#clip);
}

circle {
	clip-path: url(#clip);
	fill: blue;
}

rect {
	fill: white;
	opacity: 0;
}

#rubric {
	text-align: left;
	padding-bottom: 20px;
	padding-top: 10px;
	width: 80%;
	font-size: 16px;
}