Mercurial > dottes
annotate dottes.html.tuneindex @ 336:72a63db1cc43
Automated merge with ssh://hg.cryhavoc.org.uk/dottes
| author | Jim Hague <jim.hague@acm.org> | 
|---|---|
| date | Mon, 12 Aug 2013 11:53:32 +0100 | 
| parents | db569ede2165 | 
| children | f1c4abe4fc75 | 
| rev | line source | 
|---|---|
| 
224
 
db569ede2165
Give in to my inner OCD and make the tune list a DIV with CSS, not a table.
 
Jim Hague <jim.hague@acm.org> 
parents: 
197 
diff
changeset
 | 
1 <div class="dottes-tune-list-item"> | 
| 
 
db569ede2165
Give in to my inner OCD and make the tune list a DIV with CSS, not a table.
 
Jim Hague <jim.hague@acm.org> 
parents: 
197 
diff
changeset
 | 
2 <div class="dottes-tune-list-item-link"> | 
| 
 
db569ede2165
Give in to my inner OCD and make the tune list a DIV with CSS, not a table.
 
Jim Hague <jim.hague@acm.org> 
parents: 
197 
diff
changeset
 | 
3 <a class="dottes-tune-link" href="@TUNE@.html">@TITLE@</a> | 
| 
 
db569ede2165
Give in to my inner OCD and make the tune list a DIV with CSS, not a table.
 
Jim Hague <jim.hague@acm.org> 
parents: 
197 
diff
changeset
 | 
4 </div> | 
| 
 
db569ede2165
Give in to my inner OCD and make the tune list a DIV with CSS, not a table.
 
Jim Hague <jim.hague@acm.org> 
parents: 
197 
diff
changeset
 | 
5 <div class="dottes-tune-list-item-image"> | 
| 
 
db569ede2165
Give in to my inner OCD and make the tune list a DIV with CSS, not a table.
 
Jim Hague <jim.hague@acm.org> 
parents: 
197 
diff
changeset
 | 
6 <img class="dottes-tune-table-image" src="firstline-@TUNE@.png" | 
| 
 
db569ede2165
Give in to my inner OCD and make the tune list a DIV with CSS, not a table.
 
Jim Hague <jim.hague@acm.org> 
parents: 
197 
diff
changeset
 | 
7 alt="@TITLE@ first line"> | 
| 
 
db569ede2165
Give in to my inner OCD and make the tune list a DIV with CSS, not a table.
 
Jim Hague <jim.hague@acm.org> 
parents: 
197 
diff
changeset
 | 
8 </div> | 
| 
 
db569ede2165
Give in to my inner OCD and make the tune list a DIV with CSS, not a table.
 
Jim Hague <jim.hague@acm.org> 
parents: 
197 
diff
changeset
 | 
9 </div> | 
