r20851 - htdocs/branches/beta - Some cosmetics for the home page.

Cristian Marchi cmarchi at code.gnucash.org
Fri Jul 8 13:34:50 EDT 2011


Author: cmarchi
Date: 2011-07-08 13:34:50 -0400 (Fri, 08 Jul 2011)
New Revision: 20851
Trac: http://svn.gnucash.org/trac/changeset/20851

Modified:
   htdocs/branches/beta/externals/gnucash.css
   htdocs/branches/beta/index.phtml
Log:
Some cosmetics for the home page.

Modified: htdocs/branches/beta/externals/gnucash.css
===================================================================
--- htdocs/branches/beta/externals/gnucash.css	2011-07-08 10:08:54 UTC (rev 20850)
+++ htdocs/branches/beta/externals/gnucash.css	2011-07-08 17:34:50 UTC (rev 20851)
@@ -256,8 +256,9 @@
 }
 
 #download {
-   float: right;
-   margin-left: 1em;
+   float:right; 	
+   margin-left: 4em;
+   margin-right:2em;
    padding: 0.3em;
    background-color: #7F7FAA;
    border: 1px solid #CACAF7;
@@ -318,4 +319,4 @@
 
 span.bold {
 	font-weight:bold;
-}
\ No newline at end of file
+}

Modified: htdocs/branches/beta/index.phtml
===================================================================
--- htdocs/branches/beta/index.phtml	2011-07-08 10:08:54 UTC (rev 20850)
+++ htdocs/branches/beta/index.phtml	2011-07-08 17:34:50 UTC (rev 20851)
@@ -22,30 +22,39 @@
 </ul>
 </div>
 
-<p><?php echo T_("GnuCash is personal and small-business financial-accounting software, freely licensed under the <a href=\"http://www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows.");?></p>
+<p class="justify">><?php echo T_("GnuCash is personal and small-business financial-accounting software, freely licensed under the <a href=\"http://www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows.");?></p>
 
-<p><?php echo T_("Designed to be easy to use, yet powerful and flexible, GnuCash allows you to track bank accounts, stocks, income and expenses.  As quick and intuitive to use as a checkbook register, it is based on professional accounting principles to ensure balanced books and accurate reports. "); ?></p>
+<p class="justify">><?php echo T_("Designed to be easy to use, yet powerful and flexible, GnuCash allows you to track bank accounts, stocks, income and expenses.  As quick and intuitive to use as a checkbook register, it is based on professional accounting principles to ensure balanced books and accurate reports. "); ?></p>
 
-<div>
-<h2><?php echo T_("Feature Highlights"); ?></h2>
-<div style="float: right">
+<div style="float:right; width:100%">
+<h2 style="margin-bottom:1px; margin-top:0px"><?php echo T_("Feature Highlights"); ?></h2>
+</div>
+
+<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>
-<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>
-<li><a href="<?=$home?>/features.phtml"><?php echo T_("Discover more...");?></a></li>
-</ul>
-</div><div style="border: solid thin white;">
-<ul>
 <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>
 <li><?php echo T_("Reports, Graphs");?></li>
 </ul>
+<a href="<?=$home?>/features.phtml"><?php echo T_("<b>Discover more...</b>");?></a>
 </div>
+
+<div style="width:50%;float:left;"> 
+<ul style="font-style:italic;">
+<ul>
+<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>
+</ul>
 </div>
 
+</div>
 
+<div style="float:right; width:100%">
 <h1><?php echo T_("News"); ?></h1>
 
 <?php
@@ -67,5 +76,5 @@
 <?php echo T_("Click");?> <a href="oldnews.phtml"><?php echo T_("here");?></a> <?php echo T_("for older announcements ...");?>
 </div></div>
 </div>
-
+</div>
 <?php include("externals/footer.phtml"); ?>



More information about the gnucash-changes mailing list