diff options
| author | Michael Peter Christen <mc@yacy.net> | 2014-04-04 14:43:54 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2014-04-04 14:43:54 +0200 |
| commit | e8ddd415a849fa3969c157caa4f491d5fbe3541f (patch) | |
| tree | 3c63f81ec1ef92f2f773bf0414b2814d0e94ef02 /htroot/env/hypertree.css | |
| parent | 926d28dd3f41df72c559f4b172a841bb8bfc5286 (diff) | |
enhanced the new link structure graph
Diffstat (limited to 'htroot/env/hypertree.css')
| -rw-r--r-- | htroot/env/hypertree.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/env/hypertree.css b/htroot/env/hypertree.css index 74378461a..5175180bf 100644 --- a/htroot/env/hypertree.css +++ b/htroot/env/hypertree.css @@ -5,7 +5,7 @@ #Dead { fill: red; } -#InboundOk { +#Inbound { fill: green; } .hypertree { @@ -22,7 +22,7 @@ stroke: red; stroke-dasharray: 0,2 1; } -.hypertree-link.InboundOk { +.hypertree-link.Inbound { stroke: green; } circle { |
