Mercurial > dottes
diff 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 |
line wrap: on
line diff
--- a/dottes.html.tuneindex Fri Feb 22 01:09:37 2013 +0000 +++ b/dottes.html.tuneindex Fri Feb 22 23:20:06 2013 +0000 @@ -1,4 +1,9 @@ -<tr> -<td><a class="dottes-tune-link" href="@TUNE@.html">@TITLE@</a></td> -<td><img class="dottes-tune-table-image" src="firstline-@TUNE@.png" alt="@TITLE@ first line"></td> -</tr> +<div class="dottes-tune-list-item"> + <div class="dottes-tune-list-item-link"> + <a class="dottes-tune-link" href="@TUNE@.html">@TITLE@</a> + </div> + <div class="dottes-tune-list-item-image"> + <img class="dottes-tune-table-image" src="firstline-@TUNE@.png" + alt="@TITLE@ first line"> + </div> +</div>