2,153
edits
No edit summary |
No edit summary |
||
Line 50: | Line 50: | ||
display: none; | display: none; | ||
} | } | ||
/* dagre stuff */ | |||
svg { | |||
border: 1px solid black; | |||
} | |||
text { | |||
font-weight: 300; | |||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serf; | |||
font-size: 14px; | |||
} | |||
rect { | |||
fill: #fff; | |||
} | |||
.node rect { | |||
stroke-width: 2px; | |||
stroke: #333; | |||
fill: none; | |||
} | |||
#node-CLOSED rect { | |||
fill: #f77; | |||
} | |||
#node-ESTAB rect { | |||
fill: #7f7; | |||
} | |||
.edge rect { | |||
fill: #fff; | |||
} | |||
.edge path { | |||
fill: none; | |||
stroke: #333; | |||
stroke-width: 1.5px; | |||
} | |||
/* end of dagre stuff */ |