r22037 - 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 16:00:23 EST 2012


Author: cmarchi
Date: 2012-02-15 16:00:22 -0500 (Wed, 15 Feb 2012)
New Revision: 22037
Trac: http://svn.gnucash.org/trac/changeset/22037

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

Modified: htdocs/trunk/externals/gnucash.css
===================================================================
--- htdocs/trunk/externals/gnucash.css	2012-02-15 20:43:36 UTC (rev 22036)
+++ htdocs/trunk/externals/gnucash.css	2012-02-15 21:00:22 UTC (rev 22037)
@@ -472,7 +472,7 @@
    -moz-border-radius:15px;
 }
 
-#develdoc a:hover,a:active
+#develdoc a:hover
 {
    background-color:white;
 }
@@ -500,7 +500,7 @@
    -moz-border-radius:15px;
 }
 
-#stabledoc a:hover,a:active
+#stabledoc a:hover
 {
    background-color:white;
 }



More information about the gnucash-changes mailing list