gnucash-htdocs master: Test an image frame and note.

Cristian Marchi cmarchi at code.gnucash.org
Sat Dec 28 08:48:26 EST 2013


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/e08aa9b2 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/7722f7e1 (commit)



commit e08aa9b291cf9158e78dbc076ce635f75d5fe3e6
Author: Cristian Marchi <cri79 at libero.it>
Date:   Sat Dec 28 14:48:19 2013 +0100

    Test an image frame and note.

diff --git a/2.6-release-tour.phtml b/2.6-release-tour.phtml
index 02e04f9..344aac8 100644
--- a/2.6-release-tour.phtml
+++ b/2.6-release-tour.phtml
@@ -18,6 +18,9 @@ include("$top_dir/externals/menu.phtml");
 
 <h2 class="featuretitle"><?php echo T_("Double Entry");?></h2>
 
+<p class="justify">
+<?php echo T_("Every transaction must debit one account and credit others by an equal amount. This ensures the books balance: the difference between income and expenses exactly equals the sum of assets and liabilities.");?>
+</p>
 
 <table class="figure" align="center">
    <tr>
@@ -29,9 +32,6 @@ include("$top_dir/externals/menu.phtml");
    </tr>
 </table>
 
-<p class="justify">
-<?php echo T_("Every transaction must debit one account and credit others by an equal amount. This ensures the books balance: the difference between income and expenses exactly equals the sum of assets and liabilities.");?>
-</p>
 
 
 <h2 class="featuretitle"><?php echo T_("Checkbook-Style Register");?></h2>
diff --git a/externals/gnucash.css b/externals/gnucash.css
index 594cc56..27bb309 100644
--- a/externals/gnucash.css
+++ b/externals/gnucash.css
@@ -706,16 +706,17 @@ h2.download-title {
 }
 
 table.figure {
-    background-color: #EEEEEE;
+    background-color: #E5E5F9;
     border: 1px solid #CCCCCC;
     margin: auto;
     padding: 3px;
-    width: 80%;
+    width: 70%;
 }
 
 table.figure th {
    font-weight: bold;
    text-align: center;
+   font-size:100%;
 }
 
 table.figure td {
@@ -724,3 +725,8 @@ table.figure td {
     padding: 2px;
     text-align: center;
 }
+
+table.figure img{
+    width:100%;
+    max-width:30px;
+}



Summary of changes:
 2.6-release-tour.phtml |    6 +++---
 externals/gnucash.css  |   10 ++++++++--
 2 files changed, 11 insertions(+), 5 deletions(-)



More information about the gnucash-changes mailing list