This website works better with JavaScript
Home
Explore
Help
Sign In
javascript
/
three.js
mirror of
https://github.com/tazdij/three.js.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Docs/Examples: Minor css tweak.
Mr.doob
10 years ago
parent
85a9ce57e8
commit
4f1aa0c51c
2 changed files
with
8 additions
and
0 deletions
Split View
Show Diff Stats
4
0
docs/index.html
4
0
examples/index.html
+ 4
- 0
docs/index.html
View File
@@ -13,6 +13,10 @@
font-style: normal;
}
+ *{
+ box-sizing: border-box;
+ }
+
html {
height: 100%;
}
+ 4
- 0
examples/index.html
View File
@@ -13,6 +13,10 @@
font-style: normal;
}
+ *{
+ box-sizing: border-box;
+ }
+
html {
height: 100%;
}