Mercurial > dottes
changeset 644:061b8a3f5e70 build-default-254
Automated merge with ssh://hg.cryhavoc.org.uk/dottes
| author | Jim Hague <jim.hague@acm.org> | 
|---|---|
| date | Tue, 08 Nov 2016 08:21:59 +0000 | 
| parents | ce1b6fb26964 (current diff) 2d436a8e3dd2 (diff) | 
| children | 244d56518ea6 | 
| files | |
| diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] | 
line wrap: on
 line diff
--- a/dottes.html.learnertune Tue Nov 08 00:08:28 2016 +0000 +++ b/dottes.html.learnertune Tue Nov 08 08:21:59 2016 +0000 @@ -35,11 +35,11 @@ <div class="dottes-tune-header-row"> <div class="dottes-tune-header-icons"> <a class="dottes-tune-icon-link" href="${name}.html"> - <img class="dottes-tune-table-image" src="../img/music.png" + <img class="dottes-tune-header-image" src="../img/music.png" alt="Dottes"> </a> <a class="dottes-tune-icon-link" href="index.html"> - <img class="dottes-tune-table-image" src="../img/book.png" + <img class="dottes-tune-header-image" src="../img/book.png" alt="Tune index"> </a> </div>
--- a/dottes.html.tune Tue Nov 08 00:08:28 2016 +0000 +++ b/dottes.html.tune Tue Nov 08 08:21:59 2016 +0000 @@ -26,11 +26,11 @@ <div class="dottes-tune-header-row"> <div class="dottes-tune-header-icons"> <a class="dottes-tune-icon-link" href="learner-${name}.html"> - <img class="dottes-tune-table-image" src="../img/learner.png" + <img class="dottes-tune-header-image" src="../img/learner.png" alt="Learner"> </a> <a class="dottes-tune-icon-link" href="index.html"> - <img class="dottes-tune-table-image" src="../img/book.png" + <img class="dottes-tune-header-image" src="../img/book.png" alt="Tune index"> </a> </div>
