ffmap-backend/html/force.css

19 lines
210 B
CSS
Raw Normal View History

2012-02-17 02:09:21 +01:00
.node ellipse {
fill: #fff;
stroke-width: 1.5px;
}
.node text {
font-size: 14px;
}
line.link {
stroke: #333;
stroke-opacity: 1;
}
#chart, #chart svg {
display: block;
vertical-align: middle;
2012-02-17 02:09:21 +01:00
}