summaryrefslogtreecommitdiff
path: root/www/lib/vis/examples/network/exampleApplications
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/vis/examples/network/exampleApplications')
-rw-r--r--www/lib/vis/examples/network/exampleApplications/disassemblerExample.html2
-rw-r--r--www/lib/vis/examples/network/exampleApplications/lesMiserables.html2
-rw-r--r--www/lib/vis/examples/network/exampleApplications/loadingBar.html2
-rw-r--r--www/lib/vis/examples/network/exampleApplications/neighbourhoodHighlight.html2
-rw-r--r--www/lib/vis/examples/network/exampleApplications/nodeLegend.html2
-rw-r--r--www/lib/vis/examples/network/exampleApplications/worldCupPerformance.html2
6 files changed, 6 insertions, 6 deletions
diff --git a/www/lib/vis/examples/network/exampleApplications/disassemblerExample.html b/www/lib/vis/examples/network/exampleApplications/disassemblerExample.html
index 0245999a..8ecd8e39 100644
--- a/www/lib/vis/examples/network/exampleApplications/disassemblerExample.html
+++ b/www/lib/vis/examples/network/exampleApplications/disassemblerExample.html
@@ -7,7 +7,7 @@
border: 1px solid lightgray;
}
</style>
- <link href="../../../dist/vis.css" rel="stylesheet" type="text/css" />
+ <link href="../../../dist/vis-network.min.css" rel="stylesheet" type="text/css" />
<script src="../../../dist/vis.js"></script>
</head>
<body>
diff --git a/www/lib/vis/examples/network/exampleApplications/lesMiserables.html b/www/lib/vis/examples/network/exampleApplications/lesMiserables.html
index bf39a462..b97c32b0 100644
--- a/www/lib/vis/examples/network/exampleApplications/lesMiserables.html
+++ b/www/lib/vis/examples/network/exampleApplications/lesMiserables.html
@@ -12,7 +12,7 @@
</style>
<script type="text/javascript" src="../../../dist/vis.js"></script>
- <link href="../../../dist/vis.css" rel="stylesheet" type="text/css"/>
+ <link href="../../../dist/vis-network.min.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript">
function draw() {
diff --git a/www/lib/vis/examples/network/exampleApplications/loadingBar.html b/www/lib/vis/examples/network/exampleApplications/loadingBar.html
index e410312d..519289e4 100644
--- a/www/lib/vis/examples/network/exampleApplications/loadingBar.html
+++ b/www/lib/vis/examples/network/exampleApplications/loadingBar.html
@@ -86,7 +86,7 @@
</style>
<script type="text/javascript" src="../../../dist/vis.js"></script>
- <link href="../../../dist/vis.css" rel="stylesheet" type="text/css"/>
+ <link href="../../../dist/vis-network.min.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript">
function draw() {
diff --git a/www/lib/vis/examples/network/exampleApplications/neighbourhoodHighlight.html b/www/lib/vis/examples/network/exampleApplications/neighbourhoodHighlight.html
index 1db8623e..8e05d482 100644
--- a/www/lib/vis/examples/network/exampleApplications/neighbourhoodHighlight.html
+++ b/www/lib/vis/examples/network/exampleApplications/neighbourhoodHighlight.html
@@ -4,7 +4,7 @@
<title>Network | Static smooth curves - World Cup Network</title>
<script type="text/javascript" src="../../../dist/vis.js"></script>
- <link type="text/css" rel="stylesheet" href="../../../dist/vis.css">
+ <link type="text/css" rel="stylesheet" href="../../../dist/vis-network.min.css">
<script src="../datasources/WorldCup2014.js"></script>
diff --git a/www/lib/vis/examples/network/exampleApplications/nodeLegend.html b/www/lib/vis/examples/network/exampleApplications/nodeLegend.html
index fdf4ef81..69769d9b 100644
--- a/www/lib/vis/examples/network/exampleApplications/nodeLegend.html
+++ b/www/lib/vis/examples/network/exampleApplications/nodeLegend.html
@@ -19,7 +19,7 @@
</style>
<script type="text/javascript" src="../../../dist/vis.js"></script>
- <link href="../../../dist/vis.css" rel="stylesheet" type="text/css" />
+ <link href="../../../dist/vis-network.min.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
var nodes = null;
diff --git a/www/lib/vis/examples/network/exampleApplications/worldCupPerformance.html b/www/lib/vis/examples/network/exampleApplications/worldCupPerformance.html
index 191ad22d..7de0667b 100644
--- a/www/lib/vis/examples/network/exampleApplications/worldCupPerformance.html
+++ b/www/lib/vis/examples/network/exampleApplications/worldCupPerformance.html
@@ -6,7 +6,7 @@
<title>Network | Static smooth curves - World Cup Network</title>
<script type="text/javascript" src="../../../dist/vis.js"></script>
- <link type="text/css" rel="stylesheet" href="../../../dist/vis.css">
+ <link type="text/css" rel="stylesheet" href="../../../dist/vis-network.min.css">
<script src="../datasources/WorldCup2014.js"></script>