Mercurial > dottes
comparison dottes.html.tuneindex @ 224:db569ede2165
Give in to my inner OCD and make the tune list a DIV with CSS, not a table.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Fri, 22 Feb 2013 23:20:06 +0000 |
parents | 8f352063f277 |
children | f1c4abe4fc75 |
comparison
equal
deleted
inserted
replaced
223:0ef955669a9a | 224:db569ede2165 |
---|---|
1 <tr> | 1 <div class="dottes-tune-list-item"> |
2 <td><a class="dottes-tune-link" href="@TUNE@.html">@TITLE@</a></td> | 2 <div class="dottes-tune-list-item-link"> |
3 <td><img class="dottes-tune-table-image" src="firstline-@TUNE@.png" alt="@TITLE@ first line"></td> | 3 <a class="dottes-tune-link" href="@TUNE@.html">@TITLE@</a> |
4 </tr> | 4 </div> |
5 <div class="dottes-tune-list-item-image"> | |
6 <img class="dottes-tune-table-image" src="firstline-@TUNE@.png" | |
7 alt="@TITLE@ first line"> | |
8 </div> | |
9 </div> |