Browse Source

Promote editor to image.

Mr.doob 7 years ago
parent
commit
abe171c57f
2 changed files with 12 additions and 4 deletions
  1. BIN
      files/editor.png
  2. 12 4
      index.html

BIN
files/editor.png


+ 12 - 4
index.html

@@ -46,7 +46,7 @@
 			hr {
 			hr {
 				border: 0px;
 				border: 0px;
 				height: 1px;
 				height: 1px;
-				background-color: #ccc;
+				background-color: #ddd;
 				margin: 30px 0px;
 				margin: 30px 0px;
 			}
 			}
 
 
@@ -82,6 +82,12 @@
 
 
 				#panel img {
 				#panel img {
 					outline: 1px solid #ccc;
 					outline: 1px solid #ccc;
+					vertical-align: middle;
+				}
+
+				#panel #editor {
+					margin-top: 30px;
+					text-align: center;
 				}
 				}
 
 
 				#panel #resource {
 				#panel #resource {
@@ -89,8 +95,8 @@
 				}
 				}
 
 
 				#panel #book {
 				#panel #book {
+					margin-top: 20px;
 					text-align: center;
 					text-align: center;
-					margin-top: 15px;
 				}
 				}
 
 
 			#viewer {
 			#viewer {
@@ -235,9 +241,11 @@
 				<a href="https://discourse.threejs.org/">forum</a><br />
 				<a href="https://discourse.threejs.org/">forum</a><br />
 				<a href="http://webchat.freenode.net/?channels=three.js">irc</a><br />
 				<a href="http://webchat.freenode.net/?channels=three.js">irc</a><br />
 				<a href="https://threejs-slack.herokuapp.com">slack</a><br />
 				<a href="https://threejs-slack.herokuapp.com">slack</a><br />
-				<a href="https://plus.google.com/+ThreejsOrg">google+</a><br /><br />
+				<a href="https://plus.google.com/+ThreejsOrg">google+</a>
 
 
-				<a href="editor/">editor</a>
+				<div id="editor">
+					<a href="editor/"><img src="files/editor.png" width="127" height="89" /></a>
+				</div>
 
 
 				<hr />
 				<hr />