r20966 - htdocs/branches/beta - Fix position of text.

Cristian Marchi cmarchi at code.gnucash.org
Fri Jul 29 10:01:49 EDT 2011


Author: cmarchi
Date: 2011-07-29 10:01:49 -0400 (Fri, 29 Jul 2011)
New Revision: 20966
Trac: http://svn.gnucash.org/trac/changeset/20966

Modified:
   htdocs/branches/beta/docs.phtml
Log:
Fix position of text.

Modified: htdocs/branches/beta/docs.phtml
===================================================================
--- htdocs/branches/beta/docs.phtml	2011-07-29 13:59:08 UTC (rev 20965)
+++ htdocs/branches/beta/docs.phtml	2011-07-29 14:01:49 UTC (rev 20966)
@@ -87,6 +87,7 @@
 <div class="featureborder">
 <h2 class="featuretitle">GnuCash v2.4 <?=T_("(current stable release)");?></h2>
 </div>
+<p class="justify"><h3><?= T_("Current <em>stable</em> user documentation and developer documentation");?></h3>
 <div id="stabledoc">
 <div style="float:left;">
 <h2 class="download-title"><?php echo T_("Download");?> (<em><?php echo T_("Stable");?>)</em></h2>
@@ -131,13 +132,13 @@
 </ul>
 </div>
 
-<h3><?= T_("Current <em>stable</em> user documentation and developer documentation");?></h3>
-
 <div id="downloadimage">
 <img src="<?=$top_dir;?>/externals/stabledoc.png"></img>
 </div>
 </div>
 
+<h3><?= T_("Current <em>stable</em> user documentation and developer documentation");?></h3>
+
 <p class="justify"><?php echo T_("This is the latest stable release of the <span class=\"gnucash\">Gnucash</span> documentation. <em>Stable</em> means that this documentation is not necessarily the most up to date but it works without any problem.");?>
 </div>
 



More information about the gnucash-changes mailing list