This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
samien
/
three.js
mirror de
https://github.com/mrdoob/three.js.git
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
Docs/Examples: Minor css tweak.
Mr.doob
há 11 anos atrás
pai
85a9ce57e8
commit
4f1aa0c51c
2 ficheiros alterados
com
8 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas Diff
4
0
docs/index.html
4
0
examples/index.html
+ 4
- 0
docs/index.html
Ver Ficheiro
@@ -13,6 +13,10 @@
font-style: normal;
}
+ *{
+ box-sizing: border-box;
+ }
+
html {
height: 100%;
}
+ 4
- 0
examples/index.html
Ver Ficheiro
@@ -13,6 +13,10 @@
font-style: normal;
}
+ *{
+ box-sizing: border-box;
+ }
+
html {
height: 100%;
}