Author: heather
Date: 2007-03-14 13:34:54 -0800 (Wed, 14 Mar 2007)
New Revision: 3760
URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=3760
Modified:
branches/HQ_3_0/web/common/Header.jsp
Log:
fix for hhq-750 little 1px border on the dashboard logo images
Modified: branches/HQ_3_0/web/common/Header.jsp
===================================================================
--- branches/HQ_3_0/web/common/Header.jsp 2007-03-14 20:44:58 UTC (rev 3759)
+++ branches/HQ_3_0/web/common/Header.jsp 2007-03-14 21:34:54 UTC (rev 3760)
@@ -56,7 +56,7 @@
<td rowspan="2">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td class="logo">
+ <td class="logo" style="border-top:1px solid #60a5ea;border-bottom:1px solid #60a5ea;">
<html:link page="/Dashboard.do">
<c:choose>
<c:when test="${applicationScope.largeLogo}">
@@ -74,7 +74,7 @@
<td width="100%" class="logo">
<html:img page="/images/spacer.gif" width="1" height="1" alt="" border="0"/>
</td>
- <td class="logo">
+ <td class="logo" style="border-top:1px solid #60a5ea;border-bottom:1px solid #60a5ea;">
<html:img page="/images/logo_Image_large2.jpg" width="225" height="54" alt="" border="0"/>
</td>
</tr>
|