aboutsummaryrefslogtreecommitdiff
path: root/resources/style.css
blob: 94ef0710e009e5baa7425f3897e15a4255454575 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
node { 
	size: 64px; 
	fill-mode: image-scaled; 
	fill-image: url('resources/images/r1.png'); 
	text-offset:30,30;
		text-size: 20;
}

edge {
	text-size: 20;
	size:2;
	text-offset:25,25;
}

graph {
	padding: 50;
	
}