diff options
Diffstat (limited to 'www/lib/vis/examples/timeline/styling/itemClassNames.html')
| -rwxr-xr-x | www/lib/vis/examples/timeline/styling/itemClassNames.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lib/vis/examples/timeline/styling/itemClassNames.html b/www/lib/vis/examples/timeline/styling/itemClassNames.html index 38b2735d..62433484 100755 --- a/www/lib/vis/examples/timeline/styling/itemClassNames.html +++ b/www/lib/vis/examples/timeline/styling/itemClassNames.html @@ -3,14 +3,14 @@ <title>Timeline | Item class names</title> <script src="../../../dist/vis.js"></script> - <link href="../../../dist/vis.css" rel="stylesheet" type="text/css" /> + <link href="../../../dist/vis-timeline-graph2d.min.css" rel="stylesheet" type="text/css" /> <style type="text/css"> body, input { font: 12pt verdana; } - /* custom styles for individual items, load this after vis.css */ + /* custom styles for individual items, load this after vis.css/vis-timeline-graph2d.min.css */ .vis-item.green { background-color: greenyellow; |
