simon-git: puzzles (main): Ben Harris

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Thu Nov 24 23:32:28 GMT 2022


TL;DR:
  38e17eb js: If the HTML contains a dialogue-box form, delete it
  5a2ea91 js: Subtle extra padding for menus

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 23:32:28

commit 38e17ebab2488aaac4fcb0d5fb06ed03d5eb7e41
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=38e17ebab2488aaac4fcb0d5fb06ed03d5eb7e41;hp=36c9062cbd01024610032e8a31b66ef12a7c11d9
Author: Ben Harris <bjh21 at bjh21.me.uk>
Date:   Thu Nov 24 21:03:31 2022 +0000

    js: If the HTML contains a dialogue-box form, delete it
    
    This is so that (given time for caches to expire) I can switch to having
    a persistent dialogue box in HTML rather than fabricating it from
    scratch in JavaScript each time it's used.

 emccpre.js | 7 +++++++
 1 file changed, 7 insertions(+)

commit 5a2ea91cad4dd34fb766498a032294eb3c7a09b2
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=5a2ea91cad4dd34fb766498a032294eb3c7a09b2;hp=38e17ebab2488aaac4fcb0d5fb06ed03d5eb7e41
Author: Ben Harris <bjh21 at bjh21.me.uk>
Date:   Thu Nov 24 23:28:28 2022 +0000

    js: Subtle extra padding for menus
    
    Each menu item has a -0.5px margin so that the borders of adjacent menu
    items overlap, but we don't actually want the menu items to protrude
    beyond the containing <ul>.  Adding 0.5px of padding to the <ul>
    achieves that.

 html/jspage.pl | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)



More information about the tartarus-commits mailing list