view mercurial/templates/gitweb/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 dc623009e0b0
children 6c2264732dc5
line wrap: on
line source

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