[Gnucash-changes] r13951 - htdocs/trunk/www - This seems to force the browse (ffox, at least) to lay out the divs more like a table (with appropriate valign).

Joshua Sled jsled at cvs.gnucash.org
Sun May 7 20:22:41 EDT 2006


Author: jsled
Date: 2006-05-07 20:22:41 -0400 (Sun, 07 May 2006)
New Revision: 13951
Trac: http://svn.gnucash.org/trac/changeset/13951

Modified:
   htdocs/trunk/www/index.phtml
Log:
This seems to force the browse (ffox, at least) to lay out the divs more like a table (with appropriate valign).


Modified: htdocs/trunk/www/index.phtml
===================================================================
--- htdocs/trunk/www/index.phtml	2006-05-07 23:17:46 UTC (rev 13950)
+++ htdocs/trunk/www/index.phtml	2006-05-08 00:22:41 UTC (rev 13951)
@@ -16,15 +16,14 @@
 
 <div>
 <h2>Feature Highlights</h2>
-<div style="float:right;">
+<div style="float: right">
 <ul>
 <li><?php echo _("QIF/OFX/HBCI Import, Transaction Matching");?></li>
 <li><?php echo _("Reports, Graphs");?></li>
 <li><?php echo _("Scheduled Transactions");?></li>
 <li><?php echo _("Budgeting "); ?></li>
 </ul>
-</div>
-<div>
+</div><div style="border: solid thin white;">
 <ul>
 <li><?php echo _("Double-Entry Accounting");?></li>
 <li><?php echo _("Stock/Bond/Mutual Fund Accounts");?></li>



More information about the gnucash-changes mailing list