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; padding:15px;
display:inline-block; display:inline-block;
text-decoration: underline; 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; margin-top:-3083px;
width: 100%; width: 100%;
z-index:2; 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> </style>

Loading…
Cancel
Save