Make learner icon smaller and put by tune name in tune list.
Trying to keep all tune stuff on one line.
This commit is contained in:
parent
bdf6a75bb3
commit
90280c70a1
|
@ -29,7 +29,7 @@
|
||||||
in various formats. If you don't read music, or you'd like to work
|
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
|
on practicing learning tunes by ear, or just playing along with
|
||||||
the tune, click on the learner icon
|
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
|
for a page where you can listen to the tune repeatedly, either
|
||||||
at the full playing speed or several slower speeds.
|
at the full playing speed or several slower speeds.
|
||||||
<p>When changes to this site are made, the issue number is incremented.
|
<p>When changes to this site are made, the issue number is incremented.
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
<div class="dottes-tune-list-item">
|
<div class="dottes-tune-list-item">
|
||||||
<div class="dottes-tune-list-item-link">
|
<div class="dottes-tune-list-item-link">
|
||||||
<a class="dottes-tune-link" href="@TUNE@.html">@TITLE@</a>
|
<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>
|
||||||
<div class="dottes-tune-list-item-image">
|
<div class="dottes-tune-list-item-image">
|
||||||
<a href="@TUNE@.html">
|
<a href="@TUNE@.html">
|
||||||
<img class="dottes-tune-table-image" src="firstline-@TUNE@.png"
|
<img class="dottes-tune-table-image" src="firstline-@TUNE@.png"
|
||||||
alt="@TITLE@ first line">
|
alt="@TITLE@ first line">
|
||||||
</a>
|
</a>
|
||||||
<a href="learner-@TUNE@.html">
|
|
||||||
<img class="dottes-tune-table-image" src="../img/learner.png" alt="Learner">
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 732 B |
Loading…
Reference in New Issue