This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
javascript
/
three.js
mirror da
https://github.com/tazdij/three.js.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
Docs/Examples: Minor css tweak.
Mr.doob
10 anni fa
parent
85a9ce57e8
commit
4f1aa0c51c
2 ha cambiato i file
con
8 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
4
0
docs/index.html
4
0
examples/index.html
+ 4
- 0
docs/index.html
Vedi File
@@ -13,6 +13,10 @@
font-style: normal;
}
+ *{
+ box-sizing: border-box;
+ }
+
html {
height: 100%;
}
+ 4
- 0
examples/index.html
Vedi File
@@ -13,6 +13,10 @@
font-style: normal;
}
+ *{
+ box-sizing: border-box;
+ }
+
html {
height: 100%;
}