Browse Source

updated css (yes jos, the css in html will be removed after prototyping :))

gh-pages
Alex de Mulder 9 years ago
parent
commit
73bf01e6d3
2 changed files with 12 additions and 1 deletions
  1. +6
    -0
      css/examples.css
  2. +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>

Loading…
Cancel
Save