From 2914715858585e8f2194476e14718f0651def4ea Mon Sep 17 00:00:00 2001 From: josdejong Date: Fri, 7 Jun 2013 14:59:53 +0200 Subject: [PATCH] Index page updated --- css/style.css | 10 ++--- index.html | 39 ++++++++++++++---- updateversion.js | 102 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 139 insertions(+), 12 deletions(-) create mode 100644 updateversion.js diff --git a/css/style.css b/css/style.css index 5852141a..07dca978 100644 --- a/css/style.css +++ b/css/style.css @@ -32,7 +32,6 @@ div.nav ul li { text-transform: uppercase; font-weight: normal; font-size: 11pt; - color: #2B7CE9; list-style: none; margin-top: 5px; @@ -48,12 +47,13 @@ div.nav ul li ul li { list-style: none; } -a.nav { - color: #4D4D4D; +div.nav a { + color: #2B7CE9; } -a.nav:hover { - color: #2B7CE9; +.download td { + border: none; + padding: 5px 20px 5px 0; } .gallery .thumb { diff --git a/index.html b/index.html index 26e4f06b..a2eadac1 100644 --- a/index.html +++ b/index.html @@ -50,30 +50,45 @@

Install

npm

- Install via npm:
 npm install vis
 

bower

- Install via bower:
 bower install vis
 

download

- Or download the library from the github project: - https://github.com/almende/vis.git. + + + + + + + + + + +
+ Development + (version 0.0.9) + + 372 kB, uncompressed with comments +
+ Production + (version 0.0.9) + + 33 kB, minified and gzipped +
+

Example

A basic example demonstrating how to use the vis.js timeline is shown below. -

- -

More examples can be found in the examples directory.

@@ -112,8 +127,14 @@ bower install vis + This gallery gives an idea of the features and possibilities of the library. + The source code of the examples can be found in the + examples directory.

Timeline

+

+ The timeline from vis.js displays different types of data on a timeline. +