Mercurial > dottes
annotate dottes.html.tuneindex @ 956:c52d237f99d5
Encourage A4 to page break before a tune.
This enourages page breaks to happen before tune start, and not
between the tune image and any following wording.
Also move the vfill to the tune start. That way, if the break does not
happen, the vfill will, and the following tune will be spaced down
to the bottom of the page if it's the only other tune on the page.
Otherwise everything tends to clump at the top of the page.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Wed, 07 Aug 2019 00:01:44 +0100 |
parents | d6e2a281cceb |
children |
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"> |
943 | 3 <a class="dottes-tune-link" href="../${tunedir}/index.html">${fulltitle}</a> |
640
dfdea8422368
In tune list, put L in column of its own.
Jim Hague <jim.hague@acm.org>
parents:
588
diff
changeset
|
4 </div> |
dfdea8422368
In tune list, put L in column of its own.
Jim Hague <jim.hague@acm.org>
parents:
588
diff
changeset
|
5 <div class="dottes-tune-list-item-learner-link"> |
943 | 6 <a class="dottes-tune-link" href="../${tunedir}/learner.html"> |
726
833e6185b6a2
Add fulltitle to template fields.
Jim Hague <jim.hague@acm.org>
parents:
640
diff
changeset
|
7 <img class="dottes-tune-table-image" src="../img/learner.png" alt="Learner page" title="Learner page for ${fulltitle}"> |
404
a6a096bb279a
Make learner icon smaller and put by tune name in tune list.
Jim Hague <jim.hague@acm.org>
parents:
400
diff
changeset
|
8 </a> |
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
|
9 </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
|
10 <div class="dottes-tune-list-item-image"> |
943 | 11 <a href="../${tunedir}/index.html"> |
12 <img class="dottes-tune-table-image" src="../${tunedir}/firstline-${name}.png" | |
726
833e6185b6a2
Add fulltitle to template fields.
Jim Hague <jim.hague@acm.org>
parents:
640
diff
changeset
|
13 alt="${fulltitle} first line" title="${fulltitle} first line"> |
400
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
224
diff
changeset
|
14 </a> |
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
|
15 </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
|
16 </div> |