summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-12-07 13:40:49 +0200
committerAlon Levy <alon@pobox.com>2014-12-07 13:40:49 +0200
commit7eb348b8f4cecf6d7282e07f601428ec629e57d7 (patch)
tree562320319282ba42a1ce667d4e0657d45afb0cec /index.html
parentf87c20efb39b9a713891b572a2f45c9a078902c9 (diff)
typeselection: now in index.html (removed typeselection td padding)
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/index.html b/index.html
index 2ebe90a3..a97f7d4c 100644
--- a/index.html
+++ b/index.html
@@ -77,10 +77,11 @@
</div>
</div>
- <div class="typeselection">
+ <div class="typeselection" style="display:none">
<table>
- <tr><td><img id="keys" width="56" height="26" src="res/img/keys.png"/></td></tr>
- <tr><td>Pick a type with [TAB] key</td></tr>
+ <tr id="intro"><td>Pick a type with [TAB] key</td></tr>
+ <tr id="chosentypelabel"><td>Chosen Type: <span id="chosentypename"/></td></tr>
+ <tr id="chosentypedesc"><td></td></tr>
</table>
</div>