Explorar o código

Docs/Examples: Minor css tweak.

Mr.doob %!s(int64=10) %!d(string=hai) anos
pai
achega
4f1aa0c51c
Modificáronse 2 ficheiros con 8 adicións e 0 borrados
  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%;
 			}