comparison templates/changelogentry.tmpl @ 1334:0843e1bf2b97

hgweb: fixed IE display problem on changelog page IE (v6.0) didn't seemed to comply to the 15% width on the left column of changelog display. Tested with IE v6.0 and Firefox 1.0.6.
author TK Soh <teekaysoh@yahoo.com>
date Fri, 23 Sep 2005 17:15:10 -0700
parents 51626d888526
children 17703aa4491e
comparison
equal deleted inserted replaced
1333:901c645c1943 1334:0843e1bf2b97
1 <table class="changelogEntry parity#parity#"> 1 <table class="changelogEntry parity#parity#">
2 <tr> 2 <tr>
3 <th class="age">#date|age# ago:</th> 3 <th class="age" width="15%">#date|age# ago:</th>
4 <th class="firstline">#desc|firstline|escape#</th> 4 <th class="firstline">#desc|firstline|escape#</th>
5 </tr> 5 </tr>
6 <tr> 6 <tr>
7 <th class="changesetRev">changeset #rev#:</th> 7 <th class="changesetRev">changeset #rev#:</th>
8 <td class="changesetNode"><a href="?cmd=changeset;node=#node#">#node|short#</a></td> 8 <td class="changesetNode"><a href="?cmd=changeset;node=#node#">#node|short#</a></td>