This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
javascript
/
three.js
oglindă de
https://github.com/tazdij/three.js.git
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Răsfoiți Sursa
Docs/Examples: Minor css tweak.
Mr.doob
10 ani în urmă
părinte
85a9ce57e8
comite
4f1aa0c51c
2 a modificat fișierele
cu
8 adăugiri
și
0 ștergeri
Vizualizare divizată
Arată Statisticile Diff
4
0
docs/index.html
4
0
examples/index.html
+ 4
- 0
docs/index.html
Vizualizați fișierul
@@ -13,6 +13,10 @@
font-style: normal;
}
+ *{
+ box-sizing: border-box;
+ }
+
html {
height: 100%;
}
+ 4
- 0
examples/index.html
Vizualizați fișierul
@@ -13,6 +13,10 @@
font-style: normal;
}
+ *{
+ box-sizing: border-box;
+ }
+
html {
height: 100%;
}