diff --git a/examples/misc_lights_test.html b/examples/misc_lights_test.html
index ef6a76d9..019116b1 100644
--- a/examples/misc_lights_test.html
+++ b/examples/misc_lights_test.html
@@ -5,7 +5,6 @@
@@ -37,8 +35,6 @@
Canvas renderer is very slow on anything other than Chrome.
-
-
@@ -226,13 +222,6 @@
}
- function log(text) {
-
- var e = document.getElementById("log");
- e.innerHTML = text + "
" + e.innerHTML;
-
- }
-
function toggleCanvas() {
render_canvas = !render_canvas;
diff --git a/examples/misc_materials_multimaterials.html b/examples/misc_materials_multimaterials.html
index 91ebb7e0..2a889a26 100644
--- a/examples/misc_materials_multimaterials.html
+++ b/examples/misc_materials_multimaterials.html
@@ -16,7 +16,7 @@
h1 { }
a { color:skyblue }
canvas { pointer-events:none; z-index:10; }
- #log { position:absolute; top:50px; text-align:left; display:block; z-index:1; pointer-events:none; }
+
#d { text-align:center; margin:1em 0 -15.7em 0; z-index:0; position:relative; display:block }
.button { background:#000; color:#fff; padding:0.2em 0.5em; cursor:pointer }
.inactive { background:#999; color:#eee }
@@ -39,8 +39,6 @@
-
-
@@ -301,12 +299,6 @@
}
- function log(text) {
-
- var e = document.getElementById("log");
- e.innerHTML = text + "
" + e.innerHTML;
-
- }
function toggleCanvas() {
diff --git a/examples/webgl_collada.html b/examples/webgl_collada.html
index ed3c0cd9..8a3991be 100644
--- a/examples/webgl_collada.html
+++ b/examples/webgl_collada.html
@@ -11,12 +11,9 @@
margin: 0px;
overflow: hidden;
}
- #log { color:#fff; position:absolute; top:50px; text-align:left; display:block; z-index:100; pointer-events:none; }
-
-
diff --git a/examples/webgl_geometries.html b/examples/webgl_geometries.html
index c772dcd8..45e7da0b 100644
--- a/examples/webgl_geometries.html
+++ b/examples/webgl_geometries.html
@@ -11,13 +11,10 @@
margin: 0px;
overflow: hidden;
}
- #log { color:#fff; position:absolute; top:50px; text-align:left; display:block; z-index:100; pointer-events:none; }
-
-
diff --git a/examples/webgl_lights_pointlights.html b/examples/webgl_lights_pointlights.html
index 5382ba8e..3225be9b 100644
--- a/examples/webgl_lights_pointlights.html
+++ b/examples/webgl_lights_pointlights.html
@@ -29,14 +29,10 @@
a:hover {
color: #0080ff;
}
-
- #log { color:#fff; position:absolute; top:50px; text-align:left; display:block; z-index:100; pointer-events:none; }
-
-
three.js - point lights WebGL demo.
@@ -157,13 +153,6 @@
}
- function log( text ) {
-
- var e = document.getElementById("log");
- e.innerHTML = text + "
" + e.innerHTML;
-
- }
-