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:
Simon Tatham
2017-09-06 21:49:39 +01:00
parent b36298ab4d
commit ef39e6e173

View File

@ -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