some literati fixes

This commit is contained in:
Ralf Becker 2003-10-14 21:49:30 +00:00
parent c58009cc81
commit e00e1e9e38
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -5,14 +5,14 @@
<!-- END list -->
<!-- BEGIN app_row -->
<tr height="60" bgcolor="{icon_backcolor}">
<tr height="60" bgcolor="#ffffff">
<td width="5%" align="center" valign="middle"><img src="{app_icon}" alt="[ {app_name} ]"> <a name="{a_name}"></a></td>
<td width="95%" valign="middle"><strong>&nbsp;&nbsp;{app_name}</strong></td>
</tr>
<!-- END app_row -->
<!-- BEGIN app_row_noicon -->
<tr bgcolor="{icon_backcolor}">
<tr bgcolor="#ffffff">
<td colspan="2" width="95%" valign="middle"><strong>&nbsp;&nbsp;{app_name}</strong> <a name="{a_name}"></a></td>
</tr>
<!-- END app_row_noicon -->