This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
javascript
/
three.js
peilaus alkaen
https://github.com/tazdij/three.js.git
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Selaa lähdekoodia
Docs/Examples: Minor css tweak.
Mr.doob
10 vuotta sitten
vanhempi
85a9ce57e8
commit
4f1aa0c51c
2 muutettua tiedostoa
jossa
8 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
4
0
docs/index.html
4
0
examples/index.html
+ 4
- 0
docs/index.html
Näytä tiedosto
@@ -13,6 +13,10 @@
font-style: normal;
}
+ *{
+ box-sizing: border-box;
+ }
+
html {
height: 100%;
}
+ 4
- 0
examples/index.html
Näytä tiedosto
@@ -13,6 +13,10 @@
font-style: normal;
}
+ *{
+ box-sizing: border-box;
+ }
+
html {
height: 100%;
}