diff options
-rw-r--r-- | html/css/git-deps-tips.css (renamed from html/git-deps-tips.css) | 0 | ||||
-rw-r--r-- | html/css/git-deps.css (renamed from html/git-deps.css) | 0 | ||||
-rw-r--r-- | html/git-deps.html | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/html/git-deps-tips.css b/html/css/git-deps-tips.css index abd3980..abd3980 100644 --- a/html/git-deps-tips.css +++ b/html/css/git-deps-tips.css diff --git a/html/git-deps.css b/html/css/git-deps.css index 917a7f0..917a7f0 100644 --- a/html/git-deps.css +++ b/html/css/git-deps.css diff --git a/html/git-deps.html b/html/git-deps.html index db98952..398b4f5 100644 --- a/html/git-deps.html +++ b/html/git-deps.html @@ -11,8 +11,8 @@ <script language="javascript" type="text/javascript" src="node_modules/webcola/WebCola/cola.v3.min.js"></script> <script language="javascript" type="text/javascript" src="js/git-deps-graph.js"></script> - <link rel="stylesheet" type="text/css" href="git-deps.css" /> - <link rel="stylesheet" type="text/css" href="git-deps-tips.css" /> + <link rel="stylesheet" type="text/css" href="css/git-deps.css" /> + <link rel="stylesheet" type="text/css" href="css/git-deps-tips.css" /> </head> <body> |