r21023 - htdocs/branches/beta/externals - Fix position of w3c logo again.

Cristian Marchi cmarchi at code.gnucash.org
Sat Jul 30 16:37:44 EDT 2011


Author: cmarchi
Date: 2011-07-30 16:37:44 -0400 (Sat, 30 Jul 2011)
New Revision: 21023
Trac: http://svn.gnucash.org/trac/changeset/21023

Modified:
   htdocs/branches/beta/externals/gnucash.css
Log:
Fix position of w3c logo again.

Modified: htdocs/branches/beta/externals/gnucash.css
===================================================================
--- htdocs/branches/beta/externals/gnucash.css	2011-07-30 20:23:49 UTC (rev 21022)
+++ htdocs/branches/beta/externals/gnucash.css	2011-07-30 20:37:44 UTC (rev 21023)
@@ -485,8 +485,9 @@
 }
 
 #validator {
-position:absolute;
-left:10px;
-bottom:50px;
+position:relative;
+height:0px;
+left:-45%;
+bottom:-1%;
 }
 



More information about the gnucash-changes mailing list