diff 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 diff
--- a/mercurial/templates/paper/graphentry.tmpl	Mon Dec 25 16:31:14 2017 -0700
+++ b/mercurial/templates/paper/graphentry.tmpl	Wed Jan 03 09:41:01 2018 +0800
@@ -3,5 +3,5 @@
   <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>
  </span>
  {alltags}
- <span class="info"><span class="age">{date|rfc822date}</span>, by {author|person}</span>
+ <div class="info"><span class="age">{date|rfc822date}</span>, by {author|person}</div>
 </li>