Mercurial > hg
diff mercurial/templates/spartan/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 | 66c11a66ad1a |
children | bb5a03dfd7ff |
line wrap: on
line diff
--- a/mercurial/templates/spartan/graphentry.tmpl Mon Dec 25 16:31:14 2017 -0700 +++ b/mercurial/templates/spartan/graphentry.tmpl Wed Jan 03 09:41:01 2018 +0800 @@ -2,5 +2,5 @@ <span class="desc"> <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a> </span> - <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>