소스 검색

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%;
 			}