mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
js: Remove a layer of <div> from the HTML page
It wasn't doing anything useful, and I was getting fed up with having to expand it in the inspector.
This commit is contained in:
@ -328,7 +328,7 @@ ${unfinishedheading}
|
||||
${unfinishedpara}
|
||||
|
||||
<hr>
|
||||
<div id="puzzle" style="display: none">
|
||||
<div id="puzzle" style="display: none" align=center>
|
||||
<form id="gamemenu"><ul>
|
||||
<li><div tabindex="0">Game<ul>
|
||||
<li><button type="button" id="specific">Enter game ID...</button></li>
|
||||
@ -354,7 +354,6 @@ ${unfinishedpara}
|
||||
Solve<span class="verbiage"> game</span>
|
||||
</button></li>
|
||||
</ul></form>
|
||||
<div align=center>
|
||||
<div id="resizable">
|
||||
<canvas id="puzzlecanvas" tabindex="0"></canvas>
|
||||
<div id="statusbar"></div>
|
||||
@ -368,7 +367,6 @@ ${unfinishedpara}
|
||||
<a id="permalink-seed">by random seed</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="apology">
|
||||
<p class="apology-title">If you've been reading this message for more
|
||||
than a second or two, then <strong>this WebAssembly puzzle doesn't
|
||||
|
Reference in New Issue
Block a user