pandora_cms/static/ontology/index.css

22 lines
235 B
CSS
Raw Normal View History

2018-08-11 20:10:14 +00:00
body {
margin: 0;
padding: 0;
}
2018-05-31 14:59:17 +00:00
.node circle {
fill: #fff;
stroke: steelblue;
stroke-width: 1.5px;
}
.node {
cursor: pointer;
font: 10px sans-serif;
}
.link {
fill: none;
stroke: #ccc;
stroke-width: 1.5px;
}