Browse Source

Docs: fixed bad rendering on windows + chrome.

Mr.doob 13 years ago
parent
commit
efd4dfea07
2 changed files with 15 additions and 6 deletions
  1. 6 2
      docs/index.html
  2. 9 4
      docs/page.css

+ 6 - 2
docs/index.html

@@ -43,15 +43,19 @@
 			}
 
 				#panel h1 {
-					color: #444;
+					color: #333;
 					font-size: 25px;
+					font-weight: normal;
+
 					margin-top: 25px;
 					margin-left: 20px;
 				}
 
 				#panel h2 {
-					color: #999;
+					color: #666;
 					font-size: 16px;
+					font-weight: normal;
+
 					margin-top: 20px;
 					margin-left: 20px;
 				}

+ 9 - 4
docs/page.css

@@ -14,26 +14,31 @@ body {
 }
 
 a {
-	color: #2194CE;
+	color: #1184CE;
 }
 
 h1 {
-	color: #444;
+	color: #333;
 	font-size: 25px;
+	font-weight: normal;
+
 	margin-top: 10px;
 }
 
 h2 {
-	color: #8B2;
+	color: #4B0;
 	font-size: 18px;
+	font-weight: normal;
+
 	margin-top: 40px;
 }
 
 h3 {
 	color: #000;
 	font-size: 16px;
-	margin-top: 30px;
 	font-weight: normal;
+
+	margin-top: 30px;
 }
 
 div {