diff options
| author | Alon Levy <alon@pobox.com> | 2014-12-07 13:40:49 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-07 13:40:49 +0200 |
| commit | 7eb348b8f4cecf6d7282e07f601428ec629e57d7 (patch) | |
| tree | 562320319282ba42a1ce667d4e0657d45afb0cec /index.html | |
| parent | f87c20efb39b9a713891b572a2f45c9a078902c9 (diff) | |
typeselection: now in index.html (removed typeselection td padding)
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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> |
