mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-20 15:41:30 -07:00
js: Replace status-bar holder in HTML with status bar itself
This makes the HTML simpler, and will allow for simplifying the JS too.
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user