view dottes.html.tuneindex @ 530:b163d8d3f4a7 build-default-223

Remove font-size directives. The font sizing is not consistent in Chrome - i.e. reload the page and the size can shrink - so go back to default sizes for now.
author Jim Hague <jim.hague@acm.org>
date Sat, 12 Dec 2015 22:33:41 +0000
parents a6a096bb279a
children afc031477784
line wrap: on
line source

<div class="dottes-tune-list-item">
  <div class="dottes-tune-list-item-link">
    <a class="dottes-tune-link" href="@TUNE@.html">@TITLE@</a>
    <a href="learner-@TUNE@.html">
      <img class="dottes-tune-table-image" src="../img/learner.png" alt="Learner">
    </a>
  </div>
  <div class="dottes-tune-list-item-image">
    <a href="@TUNE@.html">
      <img class="dottes-tune-table-image" src="firstline-@TUNE@.png"
           alt="@TITLE@ first line">
    </a>
  </div>
</div>