From: Richard Kettlewell Date: Mon, 30 Nov 2009 22:31:33 +0000 (+0000) Subject: Document missed play notification bugfix. Fiddle with changes X-Git-Tag: 5.0~28 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/37e94d5c1c37a101d1e806da3b7e8a8ee26cfbdd Document missed play notification bugfix. Fiddle with changes formatting a bit. --- diff --git a/CHANGES.html b/CHANGES.html index 5050343..e5b2457 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -39,11 +39,21 @@ h4 { } table.bugs { - width: 100% + width: 100%; + font-size: 12pt; + border-collapse: collapse; + border:1px } table.bugs th { - text-align: left + text-align: left; + border: 1px solid black; + background-color: black; + color: white +} + +table.bugs td { + border: 1px solid } span.command { @@ -234,6 +244,12 @@ span.command { are now suppressed + + (none) + Disobedience would sometimes fail to notice when a track + started, leading to its display getting out of date. + +