Procházet zdrojové kódy

Minor docs/examples aesthetic changes.

Mr.doob před 11 roky
rodič
revize
70231347cb
2 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. 1 0
      docs/index.html
  2. 2 1
      examples/index.html

+ 1 - 0
docs/index.html

@@ -16,6 +16,7 @@
 			}
 
 			body {
+				background-color: #ffffff;
 				margin: 0;
 				padding: 0 0 0 260px;
 				height: 100%;

+ 2 - 1
examples/index.html

@@ -26,7 +26,7 @@
 			}
 
 			h1 {
-				margin-top: 20px;
+				margin-top: 30px;
 				margin-bottom: 40px;
 				font-size: 25px;
 				font-weight: normal;
@@ -42,6 +42,7 @@
 				width: 310px;
 				height: 100%;
 				overflow: scroll;
+				background: #fafafa;
 			}
 
 				#panel #list {