1.1 --- a/themes/mercurialweb/shortlogentry.tmpl Sun Mar 20 17:38:34 2011 +0100
1.2 +++ b/themes/mercurialweb/shortlogentry.tmpl Fri Apr 01 00:56:11 2011 +0200
1.3 @@ -1,7 +1,7 @@
1.4 <tr class="parity{parity}" id="{node|short}">
1.5 - <td>{date|age}</td>
1.6 - <td>{author|person|xmlescape}</td>
1.7 + <td class="date">{date|age}</td>
1.8 + <td class="author">{author|person|xmlescape}</td>
1.9 <td class="navigation"><a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a></td>
1.10 - <td width="50%" class="commentline"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape}</a></td>
1.11 + <td class="commentline"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape}</a></td>
1.12 <td class="branchinfo">{branches%branchtag}{inbranch%inbranchtag}{tags%tagtag}</td>
1.13 </tr>