diff --git a/component.json b/component.json index e90c6dd1..7acf6805 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "vis", - "version": "0.0.9", + "version": "0.1.0-SNAPSHOT", "description": "A dynamic, browser-based visualization library.", "homepage": "http://visjs.org/", "repository": { diff --git a/docs/css/style.css b/docs/css/style.css index 15554585..5addab9c 100644 --- a/docs/css/style.css +++ b/docs/css/style.css @@ -13,9 +13,12 @@ body, td, th { } #container { + position: relative; margin: 0 auto; - padding-bottom: 50px; + padding: 10px 10px 50px 10px; width: 700px; + max-width: 100%; + box-sizing: border-box; } h1 { @@ -36,7 +39,6 @@ h3 { font-size: 140%; } - a { color: #2B7CE9; text-decoration: none; diff --git a/package.json b/package.json index ac88f060..2534f150 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vis", - "version": "0.0.9", + "version": "0.1.0-SNAPSHOT", "description": "A dynamic, browser-based visualization library.", "homepage": "http://visjs.org/", "repository": {