From c44f3ecb976571c6be42d3877418b608e8f1c02a Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Tue, 6 Jan 2015 13:29:18 +0000 Subject: render graph from test.json --- html/git-deps.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 html/git-deps.css (limited to 'html/git-deps.css') diff --git a/html/git-deps.css b/html/git-deps.css new file mode 100644 index 0000000..307c70c --- /dev/null +++ b/html/git-deps.css @@ -0,0 +1,12 @@ +.node { + stroke: #fff; + stroke-width: 1.5px; +} + +.link { + fill: none; + stroke: #000; + stroke-width: 1.5px; + opacity: 0.4; + marker-end: url(#end-arrow); +} -- cgit