# HG changeset patch
# User Jim Hague <jim.hague@acm.org>
# Date 1378122495 -3600
# Node ID a6a096bb279a73540fa9b20ac1d540ae41c480e9
# Parent  ec265e3afac8ca5250450901d473cc33646f4426
Make learner icon smaller and put by tune name in tune list.

Trying to keep all tune stuff on one line.

diff -r ec265e3afac8 -r a6a096bb279a dottes.html
--- a/dottes.html	Mon Sep 02 12:35:21 2013 +0100
+++ b/dottes.html	Mon Sep 02 12:48:15 2013 +0100
@@ -29,7 +29,7 @@
         in various formats. If you don't read music, or you'd like to work
         on practicing learning tunes by ear, or just playing along with
         the tune, click on the learner icon
-        <img width=20 height=20 src="../img/learner.png">
+        <img src="../img/learner.png">
         for a page where you can listen to the tune repeatedly, either
         at the full playing speed or several slower speeds.
       <p>When changes to this site are made, the issue number is incremented.
diff -r ec265e3afac8 -r a6a096bb279a dottes.html.tuneindex
--- a/dottes.html.tuneindex	Mon Sep 02 12:35:21 2013 +0100
+++ b/dottes.html.tuneindex	Mon Sep 02 12:48:15 2013 +0100
@@ -1,14 +1,14 @@
 <div class="dottes-tune-list-item">
   <div class="dottes-tune-list-item-link">
     <a class="dottes-tune-link" href="@TUNE@.html">@TITLE@</a>
+    <a href="learner-@TUNE@.html">
+      <img class="dottes-tune-table-image" src="../img/learner.png" alt="Learner">
+    </a>
   </div>
   <div class="dottes-tune-list-item-image">
     <a href="@TUNE@.html">
       <img class="dottes-tune-table-image" src="firstline-@TUNE@.png"
            alt="@TITLE@ first line">
     </a>
-    <a href="learner-@TUNE@.html">
-      <img class="dottes-tune-table-image" src="../img/learner.png" alt="Learner">
-    </a>
   </div>
 </div>
diff -r ec265e3afac8 -r a6a096bb279a web/img/learner.png
Binary file web/img/learner.png has changed