view dottes.html.tuneindex @ 640:dfdea8422368

In tune list, put L in column of its own. It can be a big difficult to hit when the text is wrapped.
author Jim Hague <jim.hague@acm.org>
date Mon, 07 Nov 2016 23:14:14 +0000
parents afc031477784
children 833e6185b6a2
line wrap: on
line source

<div class="dottes-tune-list-item">
  <div class="dottes-tune-list-item-link">
    <a class="dottes-tune-link" href="${name}.html">${title}</a>
  </div>
  <div class="dottes-tune-list-item-learner-link">
    <a class="dottes-tune-link" href="learner-${name}.html">
      <img class="dottes-tune-table-image" src="../img/learner.png" alt="Learner">
    </a>
  </div>
  <div class="dottes-tune-list-item-image">
    <a href="${name}.html">
      <img class="dottes-tune-table-image" src="firstline-${name}.png"
           alt="${title} first line">
    </a>
  </div>
</div>