Skip to content

Commit

Permalink
Correct distorted IC logo display.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjensen committed Apr 20, 2004
1 parent 1b32c8c commit 7a82ba6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/foundation/templates/fixedwidth/regions/LEFTONLY_TOP
Expand Up @@ -23,7 +23,7 @@
&nbsp;<img src="__THEME_LOGO__">
</td>
<td align="right" valign="middle" class="maincontent">
<img width="174" height="60" src="__THEME_IMG_DIR__logo2.gif">&nbsp;
<img width="165" height="60" src="__THEME_IMG_DIR__logo2.gif">&nbsp;
</td>
</tr>
</table>
Expand Down
2 changes: 1 addition & 1 deletion dist/foundation/templates/fixedwidth/regions/LEFTRIGHT_TOP
Expand Up @@ -23,7 +23,7 @@
&nbsp;<img src="__THEME_LOGO__">
</td>
<td align="right" valign="middle" class="maincontent">
<img width="174" height="60" src="__THEME_IMG_DIR__logo2.gif">&nbsp;
<img width="165" height="60" src="__THEME_IMG_DIR__logo2.gif">&nbsp;
</td>
</tr>
</table>
Expand Down
2 changes: 1 addition & 1 deletion dist/foundation/templates/fixedwidth/regions/NOLEFT_TOP
Expand Up @@ -24,7 +24,7 @@
&nbsp;<img src="__THEME_LOGO__">
</td>
<td align="right" valign="middle" class="maincontent">
<img width="174" height="60" src="__THEME_IMG_DIR__logo2.gif">&nbsp;
<img width="165" height="60" src="__THEME_IMG_DIR__logo2.gif">&nbsp;
</td>
</tr>
</table>
Expand Down

0 comments on commit 7a82ba6

Please sign in to comment.