This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
javascript
/
three.js
espejo de
https://github.com/tazdij/three.js.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Docs/Examples: Minor css tweak.
Mr.doob
hace 10 años
padre
85a9ce57e8
commit
4f1aa0c51c
Se han
modificado 2 ficheros
con
8 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
4
0
docs/index.html
4
0
examples/index.html
+ 4
- 0
docs/index.html
Ver fichero
@@ -13,6 +13,10 @@
font-style: normal;
}
+ *{
+ box-sizing: border-box;
+ }
+
html {
height: 100%;
}
+ 4
- 0
examples/index.html
Ver fichero
@@ -13,6 +13,10 @@
font-style: normal;
}
+ *{
+ box-sizing: border-box;
+ }
+
html {
height: 100%;
}