This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-vis
mirror of
https://github.com/jrtechs/vis.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
82
Wiki
Activity
Browse Source
Updated version number to 0.1.0-SNAPSHOT
css_transitions
josdejong
11 years ago
parent
41f2bcd76c
commit
00981f16d1
3 changed files
with
6 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
component.json
+4
-2
docs/css/style.css
+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
5
0px
1
0px
;
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"
:
{
Write
Preview
Loading…
Cancel
Save