Mercurial > dottes
diff dottes.html.tuneindex @ 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 | f1c4abe4fc75 |
children | afc031477784 |
line wrap: on
line diff
--- 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>