aboutsummaryrefslogtreecommitdiff
path: root/app/static/annotate.css
blob: 7dc222fe8e44d1d50964921b6139e7f325424095 (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
#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: center;
}