Browse Source

Merge pull request #10925 from jostschmithals/docsCss

Suggestion for 2 slight changes to docs CSS (for better clarity/readability)
Mr.doob 8 years ago
parent
commit
86d0442027
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/page.css

+ 2 - 2
docs/page.css

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