From 37e94d5c1c37a101d1e806da3b7e8a8ee26cfbdd Mon Sep 17 00:00:00 2001 Message-Id: <37e94d5c1c37a101d1e806da3b7e8a8ee26cfbdd.1715600124.git.mdw@distorted.org.uk> From: Mark Wooding Date: Mon, 30 Nov 2009 22:31:33 +0000 Subject: [PATCH] Document missed play notification bugfix. Fiddle with changes formatting a bit. Organization: Straylight/Edgeware From: Richard Kettlewell --- CHANGES.html | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) 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. + + -- [mdw]