r20903 - htdocs/branches/beta - Add a download icon in download container.

Cristian Marchi cmarchi at code.gnucash.org
Sun Jul 10 15:51:50 EDT 2011


Author: cmarchi
Date: 2011-07-10 15:51:50 -0400 (Sun, 10 Jul 2011)
New Revision: 20903
Trac: http://svn.gnucash.org/trac/changeset/20903

Added:
   htdocs/branches/beta/externals/download-32x32.png
Modified:
   htdocs/branches/beta/docs.phtml
   htdocs/branches/beta/externals/gnucash.css
Log:
Add a download icon in download container.

Modified: htdocs/branches/beta/docs.phtml
===================================================================
--- htdocs/branches/beta/docs.phtml	2011-07-10 19:23:24 UTC (rev 20902)
+++ htdocs/branches/beta/docs.phtml	2011-07-10 19:51:50 UTC (rev 20903)
@@ -19,7 +19,7 @@
 </div>
 
 <div id="develdoc">
-<h2 style="margin-top:0px;"><?php echo T_("Download");?> (<em><?php echo T_("Unstable");?>)</em></h2>
+<h2 class="download-title"><?php echo T_("Download");?> (<em><?php echo T_("Unstable");?>)</em></h2>
 <ul>
   <li><b><?php echo T_("Help Manual");?></b>
     <ul>
@@ -71,7 +71,7 @@
 <h2 class="featuretitle">GnuCash v2.4 <?=T_("(current stable release)");?></h2>
 </div>
 <div id="stabledoc">
-<h2 style="margin-top:0px;"><?php echo T_("Download");?> (<em><?php echo T_("Stable");?>)</em></h2>
+<h2 class="download-title"><?php echo T_("Download");?> (<em><?php echo T_("Stable");?>)</em></h2>
 <ul>
   <li><b><?php echo T_("Help Manual");?></b>
     <ul>

Added: htdocs/branches/beta/externals/download-32x32.png
===================================================================
(Binary files differ)


Property changes on: htdocs/branches/beta/externals/download-32x32.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: htdocs/branches/beta/externals/gnucash.css
===================================================================
--- htdocs/branches/beta/externals/gnucash.css	2011-07-10 19:23:24 UTC (rev 20902)
+++ htdocs/branches/beta/externals/gnucash.css	2011-07-10 19:51:50 UTC (rev 20903)
@@ -369,3 +369,9 @@
    border: 1px solid #CACAF7;
    color: white;
 }
+
+h2.download-title {
+   margin-top:0px;
+   padding-left:40px;
+   background: url(download-32x32.png) left no-repeat;
+}



More information about the gnucash-changes mailing list