r20870 - htdocs/branches/beta/externals - Resize image to 32x32 for compatibility with IE7.

Cristian Marchi cmarchi at code.gnucash.org
Sat Jul 9 08:14:10 EDT 2011


Author: cmarchi
Date: 2011-07-09 08:14:09 -0400 (Sat, 09 Jul 2011)
New Revision: 20870
Trac: http://svn.gnucash.org/trac/changeset/20870

Modified:
   htdocs/branches/beta/externals/gnc-icon.png
   htdocs/branches/beta/externals/gnucash.css
Log:
Resize image to 32x32 for compatibility with IE7.

Modified: htdocs/branches/beta/externals/gnc-icon.png
===================================================================
(Binary files differ)

Modified: htdocs/branches/beta/externals/gnucash.css
===================================================================
--- htdocs/branches/beta/externals/gnucash.css	2011-07-09 10:10:57 UTC (rev 20869)
+++ htdocs/branches/beta/externals/gnucash.css	2011-07-09 12:14:09 UTC (rev 20870)
@@ -77,8 +77,8 @@
 }
 
 .gnc-icon {
-   height:28px;
-   width:28px;
+   height:32px;
+   width:32px;
    float:right;
    vertical-align:middle;
    margin-right:10px;



More information about the gnucash-changes mailing list