mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -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%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#statusbarholder {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
#apology {
|
#apology {
|
||||||
padding: 0 1em 0 1em;
|
padding: 0 1em 0 1em;
|
||||||
margin: 1em;
|
margin: 1em;
|
||||||
@ -339,7 +335,7 @@ ${unfinishedpara}
|
|||||||
<div id="resizable">
|
<div id="resizable">
|
||||||
<canvas id="puzzlecanvas" width="1px" height="1px" tabindex="0">
|
<canvas id="puzzlecanvas" width="1px" height="1px" tabindex="0">
|
||||||
</canvas>
|
</canvas>
|
||||||
<div id="statusbarholder">
|
<div id="statusbar">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p>
|
<p>
|
||||||
|
Reference in New Issue
Block a user