r20964 - htdocs/branches/beta - Split download container also for docs page.

Cristian Marchi cmarchi at code.gnucash.org
Fri Jul 29 09:57:53 EDT 2011


Author: cmarchi
Date: 2011-07-29 09:57:53 -0400 (Fri, 29 Jul 2011)
New Revision: 20964
Trac: http://svn.gnucash.org/trac/changeset/20964

Modified:
   htdocs/branches/beta/docs.phtml
   htdocs/branches/beta/externals/gnucash.css
Log:
Split download container also for docs page.

Modified: htdocs/branches/beta/docs.phtml
===================================================================
--- htdocs/branches/beta/docs.phtml	2011-07-29 13:43:23 UTC (rev 20963)
+++ htdocs/branches/beta/docs.phtml	2011-07-29 13:57:53 UTC (rev 20964)
@@ -26,6 +26,7 @@
 </div>
 
 <div id="develdoc">
+<div style="float:left;">
 <h2 class="download-title"><?php echo T_("Download");?> (<em><?php echo T_("Unstable");?>)</em></h2>
 <ul>
   <li><b><?php echo T_("Help Manual");?></b>
@@ -68,6 +69,11 @@
 </ul>
 </div>
 
+<div id="downloadimage">
+<img src="<?=$top_dir;?>/externals/develdoc.png"></img>
+</div>
+</div>
+
 <h3><?= T_("Current <em>unstable</em> user documentation and developer documentation");?></h3>
 
 <p class="justify"><?php echo T_("Every night a server builds the documentation from the current contents of the <span class=\"gnucash\">Gnucash</span> subversion repository. This includes the <b>Developer Documentation</b> from <b>Doxygen</b> and <b>User Documentation</b> for the current <em>unstable</em> version of <span class=\"gnucash\">Gnucash</span>.");?>
@@ -82,6 +88,7 @@
 <h2 class="featuretitle">GnuCash v2.4 <?=T_("(current stable release)");?></h2>
 </div>
 <div id="stabledoc">
+<div style="float:left;">
 <h2 class="download-title"><?php echo T_("Download");?> (<em><?php echo T_("Stable");?>)</em></h2>
 <ul>
   <li><b><?php echo T_("Help Manual");?></b>
@@ -123,8 +130,14 @@
   </li>
 </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>
+
 <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>
 

Modified: htdocs/branches/beta/externals/gnucash.css
===================================================================
--- htdocs/branches/beta/externals/gnucash.css	2011-07-29 13:43:23 UTC (rev 20963)
+++ htdocs/branches/beta/externals/gnucash.css	2011-07-29 13:57:53 UTC (rev 20964)
@@ -405,7 +405,7 @@
    margin-bottom:1em;
    margin-top:0;
    padding:0.4em;
-   background: url(develdoc.png) no-repeat 96% #7F7FAA;
+   background-color:#7F7FAA;
    border: 1px solid #CACAF7;
    color: white;
    -moz-box-shadow: 5px 5px 5px #888888; /* Firefox 3.6 and earlier */
@@ -423,7 +423,7 @@
    margin-bottom:2em;
    margin-top:0;
    padding:0.4em;
-   background: url(stabledoc.png) no-repeat 96% #7F7FAA;
+   background-color:#7F7FAA;
    border: 1px solid #CACAF7;
    color: white;
    -moz-box-shadow: 5px 5px 5px #888888; /* Firefox 3.6 and earlier */



More information about the gnucash-changes mailing list