Explorar el Código

Docs/Examples: Easier to tap links.

Mr.doob hace 10 años
padre
commit
f751ca21de
Se han modificado 2 ficheros con 6 adiciones y 3 borrados
  1. 3 1
      docs/index.html
  2. 3 2
      examples/index.html

+ 3 - 1
docs/index.html

@@ -180,12 +180,14 @@
 					margin-bottom: 20px;
 				}
 				#content{
-					overflow: auto;
 					position: absolute;
 					left: 0;
 					top: 90px;
 					right: 0;
 					bottom: 0;
+					font-size: 17px;
+					line-height: 22px;
+					overflow: auto;
 				}
 				#viewer{
 					position: absolute;

+ 3 - 2
examples/index.html

@@ -61,7 +61,6 @@
 
 				#panel #content {
 					padding: 0px 20px;
-					line-height: 18px;
 				}
 
 				#panel #content .link {
@@ -147,12 +146,14 @@
 					margin-bottom: 20px;
 				}
 				#content{
-					overflow: auto;
 					position: absolute;
 					left: 0;
 					top: 60px;
 					right: 0;
 					bottom: 0;
+					font-size: 17px;
+					line-height: 22px;
+					overflow: auto;
 				}
 				#viewer{
 					position: absolute;