chiark / gitweb /
Document missed play notification bugfix. Fiddle with changes
authorRichard Kettlewell <rjk@greenend.org.uk>
Mon, 30 Nov 2009 22:31:33 +0000 (22:31 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Mon, 30 Nov 2009 22:31:33 +0000 (22:31 +0000)
formatting a bit.

CHANGES.html

index 50503430a9af92a368bc0f89a7903ee0138658fd..e5b245735b1f3e6a8a9cb9510687e9cf102f730c 100644 (file)
@@ -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</td>
         </tr>
 
+        <tr>
+          <td>(none)</td>
+          <td>Disobedience would sometimes fail to notice when a track
+          started, leading to its display getting out of date.</td>
+        </tr>
+
       </table>
     </div>
   </div>