summaryrefslogtreecommitdiffstats
path: root/site/index.html
diff options
context:
space:
mode:
authorbrian cully <bjc@spork.org>2025-12-23 15:01:57 -0500
committerbrian cully <bjc@spork.org>2025-12-23 15:01:57 -0500
commit8aa1f5bbf2dfa5a668f855b4091dd9fb4cca5608 (patch)
tree455886b66729fb913cea4510d409c7198cb53930 /site/index.html
parent1887bb00cf21177b7ba70954e8a1f638ef7dcb53 (diff)
downloadautomathon-8aa1f5bbf2dfa5a668f855b4091dd9fb4cca5608.tar.gz
automathon-8aa1f5bbf2dfa5a668f855b4091dd9fb4cca5608.zip
html: split vars and stacks into 3 columns
Diffstat (limited to 'site/index.html')
-rw-r--r--site/index.html26
1 files changed, 14 insertions, 12 deletions
diff --git a/site/index.html b/site/index.html
index 2273668..665411b 100644
--- a/site/index.html
+++ b/site/index.html
@@ -76,20 +76,22 @@
<div class='wordlist'></div>
</fieldset>
- <fieldset>
- <legend>vars</legend>
- <dl class='vars'></dl>
- </fieldset>
+ <div class='state'>
+ <fieldset>
+ <legend>vars</legend>
+ <dl class='vars'></dl>
+ </fieldset>
- <fieldset>
- <legend>stack</legend>
- <ol class='stack'></ol>
- </fieldset>
+ <fieldset>
+ <legend>stack</legend>
+ <ol class='stack'></ol>
+ </fieldset>
- <fieldset>
- <legend>call stack</legend>
- <ol class='callstack'></ol>
- </fieldset>
+ <fieldset>
+ <legend>call stack</legend>
+ <ol class='callstack'></ol>
+ </fieldset>
+ </div> <!-- state -->
</details> <!-- scope -->
</x-inspector>
</section>