ffmap-backend/html/force.css
2012-06-03 14:31:46 +02:00

24 lines
280 B
CSS

.node ellipse {
fill: #fff;
stroke-width: 2.5px;
}
.node text {
font-size: 10px;
color: #333;
}
line.link {
stroke: #333;
stroke-opacity: 1;
}
#chart, #chart svg {
display: block;
vertical-align: middle;
}
#chart {
background-image: url(gplaypattern.png);
}