mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
HTML: move 'New game' back out of the drop-down menu.
The only user to send me a comment today on the new layout said that that menu item in particular is annoying to have hidden behind more clicks, so by a vote of one to nothing, it's back out in the open.
This commit is contained in:
@ -206,7 +206,6 @@ ${unfinishedpara}
|
|||||||
<hr>
|
<hr>
|
||||||
<div id="puzzle" style="display: none">
|
<div id="puzzle" style="display: none">
|
||||||
<div id="gamemenu"><ul><li>Game...<ul
|
<div id="gamemenu"><ul><li>Game...<ul
|
||||||
><li id="new">New game</li
|
|
||||||
><li id="specific">Enter game ID</li
|
><li id="specific">Enter game ID</li
|
||||||
><li id="random">Enter random seed</li
|
><li id="random">Enter random seed</li
|
||||||
><li id="save">Download save file</li
|
><li id="save">Download save file</li
|
||||||
@ -214,6 +213,7 @@ ${unfinishedpara}
|
|||||||
></ul></li
|
></ul></li
|
||||||
><li>Type...<ul id="gametype"></ul></li
|
><li>Type...<ul id="gametype"></ul></li
|
||||||
><li class="separator"></li
|
><li class="separator"></li
|
||||||
|
><li id="new">New game</li
|
||||||
><li id="restart" class="afterseparator">Restart game</li
|
><li id="restart" class="afterseparator">Restart game</li
|
||||||
><li id="undo">Undo move</li
|
><li id="undo">Undo move</li
|
||||||
><li id="redo">Redo move</li
|
><li id="redo">Redo move</li
|
||||||
|
Reference in New Issue
Block a user