Explorar el Código

Merge pull request #10925 from jostschmithals/docsCss

Suggestion for 2 slight changes to docs CSS (for better clarity/readability)
Mr.doob hace 9 años
padre
commit
86d0442027
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      docs/page.css

+ 2 - 2
docs/page.css

@@ -40,11 +40,11 @@ h3 {
 	font-size: 16px;
 	font-weight: normal;
 
-	margin-top: 30px;
+	margin-top: 40px;
 }
 
 div {
-	/* padding-left: 30px; */
+    padding-left: 30px; 
 	margin-bottom: 20px;
 }
 

粤ICP备19079148号