Rebase of 07/04/2017

This commit is contained in:
conker84 2017-04-07 19:37:32 +02:00
parent 3257bea244
commit b31b7b7ac1

View file

@ -85,3 +85,31 @@ text.nodeLabel {
font-size: 1em;
pointer-events: none;
}
/* D3 Graph Configuration */
marker {
fill: #D3D3D3;
}
path.link {
fill: none;
stroke-width: 3px;
stroke: #D3D3D3;
}
path.textpath {
fill: none;
stroke: none;
}
text {
font-size: 12px;
pointer-events: none;
}
text.shadow {
stroke: #fff;
stroke-width: 3px;
stroke-opacity: .8;
}
text.nodeLabel {
font-size: 1em;
pointer-events: none;
}