changeset 404:a6a096bb279a build-default-176

Make learner icon smaller and put by tune name in tune list. Trying to keep all tune stuff on one line.
author Jim Hague <jim.hague@acm.org>
date Mon, 02 Sep 2013 12:48:15 +0100
parents ec265e3afac8
children 0c941ac3f386 66e83b32ad90
files dottes.html dottes.html.tuneindex web/img/learner.png
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- 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>
Binary file web/img/learner.png has changed