simon-git: puzzles (main): Ben Harris
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Thu Nov 24 16:29:25 GMT 2022
TL;DR:
271fb7f js: More conventional marking of menu item types
Repository: https://git.tartarus.org/simon/puzzles.git
On the web: https://git.tartarus.org/?p=simon/puzzles.git
Branch updated: main
Committer: Ben Harris <bjh21 at bjh21.me.uk>
Date: 2022-11-24 16:29:25
commit 271fb7f47c060bf7ebb34e3cb71fc1b47aa23723
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=271fb7f47c060bf7ebb34e3cb71fc1b47aa23723;hp=fe29d1cbf559d7916c43cd8d5fddd17ca08cfa7e
Author: Ben Harris <bjh21 at bjh21.me.uk>
Date: Thu Nov 24 16:13:57 2022 +0000
js: More conventional marking of menu item types
Menu items that open dialogue boxes are now marked with ellipses, while
menu items that lead to submenus have pointing triangles.
The triangles are implemented as SVG files embedded in data: URLs in the
CSS, which is kind of silly but also works really well. There are
suitable characters in Unicode, but some of my test systems don't have
fonts containing them, so maybe the SVG is better.
emcc.c | 2 +-
html/jspage.pl | 25 +++++++++++++++++++------
2 files changed, 20 insertions(+), 7 deletions(-)
More information about the tartarus-commits
mailing list