gnucash-htdocs beta: new_features-4.0: still trying #3

John Ralls jralls at code.gnucash.org
Fri Jun 26 18:02:02 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/6fc5411e (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/4d14e9cb (commit)



commit 6fc5411e4b1110a7674f26ccb75f4e89772db692
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Jun 26 15:01:55 2020 -0700

    new_features-4.0: still trying #3

diff --git a/externals/gnucash.css b/externals/gnucash.css
index 99533cc..2152eb8 100644
--- a/externals/gnucash.css
+++ b/externals/gnucash.css
@@ -39,7 +39,7 @@ BODY {
 }
 
 .row {
-    display: block;
+    display: table-row;
 }
 .center {
    text-align:center;
@@ -72,7 +72,7 @@ BODY {
 }
 
 .featurecontainer {
-    display: block;
+    display: table;
     clear: right;
 }
 
diff --git a/new_features-4.0.phtml b/new_features-4.0.phtml
index 5c476ab..ddecc43 100644
--- a/new_features-4.0.phtml
+++ b/new_features-4.0.phtml
@@ -14,11 +14,9 @@ include("$top_dir/externals/menu.phtml");
             <h2 class="featuretitle"><?php echo T_("Major Highlights");?></h2>
         </div>
         <div class="row">
-            <div class=center>
                 <img class="featureimage"
                      src="<?=$top_dir?>/images/4.0-release/trans-assoc.png"
                      alt="[Transaction Association Dialog]"/>
-            </div>
             <p class="justify">
                 <ul>
                     <li><?php echo T_("A new <B>Transaction Association</B> dialog, available from the <B>Update Association for Transaction</B> menu item that has replaced the two association items in 3.x, allows setting, changing, and deleting associations.");?></li>
@@ -28,24 +26,20 @@ include("$top_dir/externals/menu.phtml");
             </p>
         </div>
         <div class="row">
-            <div class=center>
                 <video class="featureimage" controls>
                     <source src="<?=$top_dir?>/images/4.0-release/select_account.mp4" type="video/mp4">
                     <source src="<?=$top_dir?>/images/4.0-release/select_account.webm" type="video/webm">
                     <?php echo T_("[Video showing two ways to filter accounts]");?>
                 </video>
-            </div>
             <p class="justify">
                 <ul>
                     <li><?php echo T_("New type-ahead search is added to sequential search when selecting an account or an Action in the register: Instead of typing the first few characters of a top level account, the separator, the first few characters of the next level account and so on you may instead type a few characters of any part of a full account name and the drop-list will be filtered to contain only matching accounts. Once you have a small enough list you can use the arrow keys to select the account that you want.");?></li>
                 </ul></p>
         </div>
         <div class="row">
-            <div class=center>
                 <img class="featureimage"
                      src="<?=$top_dir?>/images/4.0-release/edit_online_import.png"
                      alt="[Import Map Editor Dialog]"/>
-            </div>
             <p class="justify">
                 <ul>
                     <li><?php echo T_("New Account - Online Account match list to the Import Map Editor.");?></li>
@@ -54,9 +48,7 @@ include("$top_dir/externals/menu.phtml");
             </p>
         </div>
         <div class="row">
-            <div class="center">
                 <img class="featureimage" src="<?=$top_dir?>/images/4.0-release/gnucash-cli.png" alt="Command-Line" />
-            </div>
             <p class="justify"><?php echo T_("A new separate executable, <kbd>gnucash-cli</kbd> (<kbd>gnucash-cli.exe</kbd> on Microsoft Windows) for doing command-line things like updating the prices in your book. <kbd>gnucash-cli</kbd> gains the ability to run reports from the command line. Specify reports to run by name or guid. It also provides an export format and an output file name without which it will output the report to stdout.");?>
                 <ul>
                     <li><code>gnucash-cli --report run --name=[reportname/guid] datafile.gnucash</code></li>



Summary of changes:
 externals/gnucash.css  | 4 ++--
 new_features-4.0.phtml | 8 --------
 2 files changed, 2 insertions(+), 10 deletions(-)



More information about the gnucash-changes mailing list