diff options
Diffstat (limited to 'html')
| -rwxr-xr-x | html/jspage.pl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/html/jspage.pl b/html/jspage.pl index 5376a9a..03e8695 100755 --- a/html/jspage.pl +++ b/html/jspage.pl @@ -286,10 +286,6 @@ EOF width: 100%; } -#statusbarholder { - display: block; -} - #apology { padding: 0 1em 0 1em; margin: 1em; @@ -339,7 +335,7 @@ ${unfinishedpara} <div id="resizable"> <canvas id="puzzlecanvas" width="1px" height="1px" tabindex="0"> </canvas> - <div id="statusbarholder"> + <div id="statusbar"> </div> </div> <p> |