浏览代码

Docs/Examples: Minor css tweak.

Mr.doob 10 年之前
父节点
当前提交
4f1aa0c51c
共有 2 个文件被更改,包括 8 次插入0 次删除
  1. 4 0
      docs/index.html
  2. 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%;
 			}