This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ورود
javascript
/
three.js
mirrorاز
https://github.com/tazdij/three.js.git
دنبال کردن
2
ستاره دار
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%;
}