Browse Source

Docs/Examples: Minor css tweak.

Mr.doob 10 years ago
parent
commit
4f1aa0c51c
2 changed files with 8 additions and 0 deletions
  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%;
 			}