diff options
Diffstat (limited to 'site/index.html')
| -rw-r--r-- | site/index.html | 26 |
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> |
