mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
Fix borders on the HTML menu bar.
Commit ef39e6e17 made a goof in which the 'New game' button had no border on the left and an accidental extra one on the right, which I'm really not sure how I failed to spot when I tested it yesterday.
This commit is contained in:
@ -213,8 +213,8 @@ ${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="new" class="afterseparator">New game</li
|
||||||
><li id="restart" class="afterseparator">Restart game</li
|
><li id="restart">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
|
||||||
><li id="solve">Solve game</li
|
><li id="solve">Solve game</li
|
||||||
|
Reference in New Issue
Block a user