This website works better with JavaScript
홈
탐색
도움말
로그인
javascript
/
three.js
의 미러
https://github.com/tazdij/three.js.git
Watch
2
Star
0
포크
0
파일
이슈
0
위키
소스 검색
Docs/Examples: Minor css tweak.
Mr.doob
10 년 전
부모
85a9ce57e8
커밋
4f1aa0c51c
2개의 변경된 파일
과
8개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
변경상태 보기
4
0
docs/index.html
4
0
examples/index.html
+ 4
- 0
docs/index.html
파일 보기
@@ -13,6 +13,10 @@
font-style: normal;
}
+ *{
+ box-sizing: border-box;
+ }
+
html {
height: 100%;
}
+ 4
- 0
examples/index.html
파일 보기
@@ -13,6 +13,10 @@
font-style: normal;
}
+ *{
+ box-sizing: border-box;
+ }
+
html {
height: 100%;
}