r21001 - htdocs/branches/beta - More fixes for validation errors.

Cristian Marchi cmarchi at code.gnucash.org
Sat Jul 30 09:52:23 EDT 2011


Author: cmarchi
Date: 2011-07-30 09:52:23 -0400 (Sat, 30 Jul 2011)
New Revision: 21001
Trac: http://svn.gnucash.org/trac/changeset/21001

Modified:
   htdocs/branches/beta/docs.phtml
   htdocs/branches/beta/download.phtml
   htdocs/branches/beta/externals/gnucash.css
Log:
More fixes for validation errors.

Modified: htdocs/branches/beta/docs.phtml
===================================================================
--- htdocs/branches/beta/docs.phtml	2011-07-30 13:23:55 UTC (rev 21000)
+++ htdocs/branches/beta/docs.phtml	2011-07-30 13:52:23 UTC (rev 21001)
@@ -6,7 +6,7 @@
 include("externals/menu.phtml");
 ?>
 
-<div style="position:fixed; right:0px; top:14%"><img src="<?=$top_dir?>/externals/gnucash-vert.png"></img></div>
+<div style="position:fixed; right:0px; top:14%"><img alt="GnuCash" src="<?=$top_dir?>/externals/gnucash-vert.png"></div>
 
 <div id="content">
 
@@ -69,8 +69,8 @@
 </ul>
 </div>
 
-<div id="downloadimage">
-<img src="<?=$top_dir;?>/externals/develdoc.png"></img>
+<div class="downloadimage">
+<img alt="develdoc" src="<?=$top_dir;?>/externals/develdoc.png">
 </div>
 </div>
 
@@ -130,8 +130,8 @@
 </ul>
 </div>
 
-<div id="downloadimage">
-<img src="<?=$top_dir;?>/externals/stabledoc.png"></img>
+<div class="downloadimage">
+<img alt="stabledoc" src="<?=$top_dir;?>/externals/stabledoc.png">
 </div>
 </div>
 

Modified: htdocs/branches/beta/download.phtml
===================================================================
--- htdocs/branches/beta/download.phtml	2011-07-30 13:23:55 UTC (rev 21000)
+++ htdocs/branches/beta/download.phtml	2011-07-30 13:52:23 UTC (rev 21001)
@@ -7,7 +7,7 @@
 include("externals/menu.phtml"); 
 ?>
 
-<div style="position:fixed; right:0px; top:14%"><img src="<?=$top_dir?>/externals/gnucash-vert.png"></img></div>
+<div style="position:fixed; right:0px; top:14%"><img alt="GnuCash" src="<?=$top_dir?>/externals/gnucash-vert.png"></div>
 
 <div id="content">
 

Modified: htdocs/branches/beta/externals/gnucash.css
===================================================================
--- htdocs/branches/beta/externals/gnucash.css	2011-07-30 13:23:55 UTC (rev 21000)
+++ htdocs/branches/beta/externals/gnucash.css	2011-07-30 13:52:23 UTC (rev 21001)
@@ -319,7 +319,7 @@
    -moz-border-radius:15px;
 }
 
-#downloadimage {
+.downloadimage {
   width:240px;
   float:left;
   text-align:center;



More information about the gnucash-changes mailing list