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 css (yes jos, the css in html will be removed after prototyping :))
gh-pages
Alex de Mulder
9 years ago
parent
7f2ae058ee
commit
73bf01e6d3
2 changed files
with
12 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
css/examples.css
+6
-1
network_examples.html
+ 6
- 0
css/examples.css
View File
@ -75,4 +75,10 @@ a.exampleLink {
padding
:
15px
;
display
:
inline-block
;
text-decoration
:
underline
;
-webkit-touch-callout
:
none
;
-webkit-user-select
:
none
;
-khtml-user-select
:
none
;
-moz-user-select
:
none
;
-ms-user-select
:
none
;
user-select
:
none
;
}
+ 6
- 1
network_examples.html
View File
@ -38,7 +38,12 @@
margin-top:-3083px;
width: 100%;
z-index:2;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
<
/
style
>
Write
Preview
Loading…
Cancel
Save