r20868 - htdocs/branches/beta - Checkmark style list for features.

Cristian Marchi cmarchi at code.gnucash.org
Sat Jul 9 05:40:09 EDT 2011


Author: cmarchi
Date: 2011-07-09 05:40:09 -0400 (Sat, 09 Jul 2011)
New Revision: 20868
Trac: http://svn.gnucash.org/trac/changeset/20868

Added:
   htdocs/branches/beta/externals/checkmark.png
Modified:
   htdocs/branches/beta/index.phtml
Log:
Checkmark style list for features.

Added: htdocs/branches/beta/externals/checkmark.png
===================================================================
(Binary files differ)


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

Modified: htdocs/branches/beta/index.phtml
===================================================================
--- htdocs/branches/beta/index.phtml	2011-07-09 09:40:03 UTC (rev 20867)
+++ htdocs/branches/beta/index.phtml	2011-07-09 09:40:09 UTC (rev 20868)
@@ -33,7 +33,7 @@
 <div style="float:right; width:98%;  background-color: #f3f3f3; color: black; border: 2px;  border-color: black; border-style: ridge; padding: 1%">
 
 <div style="width:50%;float:left;">
-<ul style="font-style:italic;">
+<ul style="font-style:italic; list-style-image:url('<?=$home?>/externals/checkmark.png');">
 <li><?php echo T_("Double-Entry Accounting");?></li>
 <li><?php echo T_("Stock/Bond/Mutual Fund Accounts");?></li>
 <li><?php echo T_("Small-Business Accounting");?></li>
@@ -43,7 +43,7 @@
 </div>
 
 <div style="width:50%;float:left;"> 
-<ul style="font-style:italic;">
+<ul style="font-style:italic; list-style-image:url('<?=$home?>/externals/checkmark.png');">
 <li><?php echo T_("QIF/OFX/HBCI Import, Transaction Matching");?></li>
 <li><?php echo T_("Scheduled Transactions");?></li>
 <li><?php echo T_("Financial Calculations "); ?></li>



More information about the gnucash-changes mailing list