|
@@ -46,7 +46,7 @@
|
|
|
hr {
|
|
|
border: 0px;
|
|
|
height: 1px;
|
|
|
- background-color: #ccc;
|
|
|
+ background-color: #ddd;
|
|
|
margin: 30px 0px;
|
|
|
}
|
|
|
|
|
@@ -82,6 +82,12 @@
|
|
|
|
|
|
#panel img {
|
|
|
outline: 1px solid #ccc;
|
|
|
+ vertical-align: middle;
|
|
|
+ }
|
|
|
+
|
|
|
+ #panel #editor {
|
|
|
+ margin-top: 30px;
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
|
|
|
#panel #resource {
|
|
@@ -89,8 +95,8 @@
|
|
|
}
|
|
|
|
|
|
#panel #book {
|
|
|
+ margin-top: 20px;
|
|
|
text-align: center;
|
|
|
- margin-top: 15px;
|
|
|
}
|
|
|
|
|
|
#viewer {
|
|
@@ -235,9 +241,11 @@
|
|
|
<a href="https://discourse.threejs.org/">forum</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://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 />
|
|
|
|