From 9807b1f58245816c8624709e828c15561b00faf3 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Tue, 6 Jan 2015 15:39:55 +0000 Subject: 4-column indent for .css --- html/git-deps.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/html/git-deps.css b/html/git-deps.css index 307c70c..8d6abaa 100644 --- a/html/git-deps.css +++ b/html/git-deps.css @@ -1,12 +1,12 @@ .node { - stroke: #fff; - stroke-width: 1.5px; + stroke: #fff; + stroke-width: 1.5px; } .link { - fill: none; - stroke: #000; - stroke-width: 1.5px; - opacity: 0.4; - marker-end: url(#end-arrow); + fill: none; + stroke: #000; + stroke-width: 1.5px; + opacity: 0.4; + marker-end: url(#end-arrow); } -- cgit