Browse Source

Updated version number to 0.1.0-SNAPSHOT

css_transitions
josdejong 11 years ago
parent
commit
00981f16d1
3 changed files with 6 additions and 4 deletions
  1. +1
    -1
      component.json
  2. +4
    -2
      docs/css/style.css
  3. +1
    -1
      package.json

+ 1
- 1
component.json View File

@ -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": {

+ 4
- 2
docs/css/style.css View File

@ -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;

+ 1
- 1
package.json View File

@ -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": {

Loading…
Cancel
Save