r22035 - htdocs/trunk/externals - Remove white background when clicking the GnuCash image in the upper left of the page.

Cristian Marchi cmarchi at code.gnucash.org
Wed Feb 15 15:38:36 EST 2012


Author: cmarchi
Date: 2012-02-15 15:38:36 -0500 (Wed, 15 Feb 2012)
New Revision: 22035
Trac: http://svn.gnucash.org/trac/changeset/22035

Modified:
   htdocs/trunk/externals/header.phtml
Log:
Remove white background when clicking the GnuCash image in the upper left of the page.

Modified: htdocs/trunk/externals/header.phtml
===================================================================
--- htdocs/trunk/externals/header.phtml	2012-02-15 20:22:04 UTC (rev 22034)
+++ htdocs/trunk/externals/header.phtml	2012-02-15 20:38:36 UTC (rev 22035)
@@ -88,7 +88,7 @@
 </ul>
 </div>
 
-<div style="margin: 0px 0px 0 0;">
+<div style="margin: 0px 0px 0 0; color:none;">
 <a href="<?=$home?>/"><!--img src="<?=$home?>/externals/gnucash_logo1.png" alt="[GnuCash Logo]" id="gnclogo" width="179" height="45" border="0"/ -->
 <img alt="banner" src="<?=$home?>/images/banner5.png" /></a>
 <p style="font-style:italic; font-size:1.1em; margin: 0 0 0 10px; color: #08006d; text-shadow:0px 0px 9px white;"><?php echo T_("Free Accounting Software");?></p>



More information about the gnucash-changes mailing list