more compact nodemap

This commit is contained in:
Nils Schneider 2012-06-03 13:24:14 +02:00
commit 682e73e737
2 changed files with 5 additions and 5 deletions

View file

@ -1,10 +1,11 @@
.node ellipse {
fill: #fff;
stroke-width: 1.5px;
stroke-width: 2.5px;
}
.node text {
font-size: 14px;
font-size: 10px;
color: #333;
}
line.link {