Removed instructions
This commit is contained in:
parent
19d3a9ddba
commit
dd19ba6ccd
|
@ -4,7 +4,8 @@ layout: withjs
|
||||||
extrajs: <script src="/static/js/prototype/main.js"></script>
|
extrajs: <script src="/static/js/prototype/main.js"></script>
|
||||||
extrahead: <link rel="stylesheet" href="/static/css/prototype.css" />
|
extrahead: <link rel="stylesheet" href="/static/css/prototype.css" />
|
||||||
---
|
---
|
||||||
<div id="main-div">
|
<div id="main-div" style="margin: 10px;">
|
||||||
|
<div style="display: none;">
|
||||||
|
|
||||||
<h2>3D Interface</h2>
|
<h2>3D Interface</h2>
|
||||||
|
|
||||||
|
@ -32,7 +33,7 @@ button.
|
||||||
<label for="collisions">Collisions</label>
|
<label for="collisions">Collisions</label>
|
||||||
<input type="checkbox" id="showarrows" style="margin-bottom:10px" checked>
|
<input type="checkbox" id="showarrows" style="margin-bottom:10px" checked>
|
||||||
<label for="showarrows">Show arrows</label>
|
<label for="showarrows">Show arrows</label>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="container" style="padding: 0px; margin: 0px;" tabindex="1"></div>
|
<div id="container" style="padding: 0px; margin: 0px;" tabindex="1"></div>
|
||||||
|
|
Loading…
Reference in New Issue