r21076 - htdocs/branches/beta/externals - Fix a problem with ie8 displaying a white borewr around images in footer and header.

Cristian Marchi cmarchi at code.gnucash.org
Tue Aug 2 08:06:54 EDT 2011


Author: cmarchi
Date: 2011-08-02 08:06:54 -0400 (Tue, 02 Aug 2011)
New Revision: 21076
Trac: http://svn.gnucash.org/trac/changeset/21076

Modified:
   htdocs/branches/beta/externals/gnucash.css
Log:
Fix a problem with ie8 displaying a white borewr around images in footer and header.

Modified: htdocs/branches/beta/externals/gnucash.css
===================================================================
--- htdocs/branches/beta/externals/gnucash.css	2011-08-02 12:04:26 UTC (rev 21075)
+++ htdocs/branches/beta/externals/gnucash.css	2011-08-02 12:06:54 UTC (rev 21076)
@@ -136,6 +136,11 @@
    color: white;
 }
 
+#head img, #tail img
+{
+	border:0
+}
+
 #tail {
    padding-bottom:20px;
    font-size: 0.8em;



More information about the gnucash-changes mailing list