view mercurial/templates/paper/graphentry.tmpl @ 35522:ab9d8d298510

hgweb: make .info a block element by default Using a <div> instead of a <span> with "display: block" makes more sense. While at it, let's adjust top margin in monoblue so that text in .info doesn't overlap changeset "tags" elements (they are quite large in monoblue).
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 03 Jan 2018 09:41:01 +0800
parents 5857eb81c1f3
children 5afe0ca59b07
line wrap: on
line source

<li data-node="{node|short}">
 <span class="desc">
  <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>
 </span>
 {alltags}
 <div class="info"><span class="age">{date|rfc822date}</span>, by {author|person}</div>
</li>